A solution for the package dependency issues 📦#110
A solution for the package dependency issues 📦#110SuhasSrinivasan wants to merge 4 commits intouw-ipd:mainfrom
Conversation
YAML does not satisfy package dependency.
Does not satisfy package dependencies.
Updated instructions for unified package installation.
Package installation unified for Torch, Bioconda and SE(3)Transformer in create_env.sh
|
Thank you for confirming @Ivyfeather. |
|
Upon using this new yml file to create my environment, the pipeline still fails at this step: ModuleNotFoundError: No module named 'torchdata.datapipes' At the "Running RoseTTAFold2NA to predict structures" predict.py part. Any ideas? All solutions I try lead into a rabbit hole of torch/torchdata/numpy/dgl/graphbolt dependency issues |
extra install using pip: works for me |
As of 2024-04-26, the main branch has issues with unmet package dependencies, some examples below:
NVTX functions not installedCannot load Graphbolt C++ libraryMissing packages such as
torchdata,pandasandpydanticThese issues have been documented at least in #105, #104, #99, #94, #93, #37, #36 and #33.
create_env.shis a unified solution for dependencies in RF2na-linux.yml and SE3Transformer/requirements.txt.Developed and tested on
OS: Ubuntu 22.04.4 LTS
Nvidia Driver: 550.54.15
CUDA: 12.4
conda: 24.3.0
README has been updated to reflect the simplified package installation.
Documented are the conda YAML and conda table of packages.
Hope this is helpful.