alert-architect-36218
08/06/2024, 12:53 PMrequirements.txt
hdf5_indexer @ git+<https://github.com/jrobinso/hdf5-indexer.git>
but after trying to run anything with it, I get
There was 1 error downloading required artifacts:
1. hdf5-indexer 0.5 from git+<https://github.com/jrobinso/hdf5-indexer.git>
Expected sha256 hash of 63d8aa13ca4c9e5c983b34a1febbbc8b98f6418f06e73e5be01709587985110f when downloading hdf5-indexer but hashed to c108044621a89874df058554a99e345db92578ff7e3919cdc9fd2eafcb764f1a.
the issue seems to be not 100% reproducible I think ? I ran it once and it was fine and then it started failing all of the suddenalert-architect-36218
08/06/2024, 1:01 PMalert-architect-36218
08/06/2024, 1:02 PM(base) vitalybushaev@vitaly-gpu:~/test$ cat requirements.txt
hdf5_indexer @ git+<https://github.com/jrobinso/hdf5-indexer.git>
(base) vitalybushaev@vitaly-gpu:~/test$ cat a.py
import hdf5_indexer
print(dir(hdf5_indexer))
(base) vitalybushaev@vitaly-gpu:~/test$ cat pants.toml
[GLOBAL]
pants_version = "2.21.0"
backend_packages = [
"pants.backend.python",
"pants.backend.docker",
"pants.backend.python.lint.black",
"pants.backend.python.lint.flake8",
"pants.backend.python.lint.isort",
]
pants_ignore.add = [
"!data/voices/",
]
pants_ignore_use_gitignore = false
[subprocess-environment]
env_vars = [
'DYLD_LIBRARY_PATH'
]
[source]
root_patterns = ["/", "libs"]
[python]
interpreter_constraints = ["CPython==3.10.*"]
enable_resolves=true
default_resolve="gpu"
[python.resolves]
gpu = "3rdparty/python/gpu.lock"
cpu = "3rdparty/python/cpu.lock"
happy-kitchen-89482
08/07/2024, 8:17 PMhappy-kitchen-89482
08/07/2024, 8:17 PMhappy-kitchen-89482
08/07/2024, 8:18 PM