Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A SOLUTION for Package Dependency Issues 📦 #105

Open
SuhasSrinivasan opened this issue Apr 17, 2024 · 2 comments
Open

A SOLUTION for Package Dependency Issues 📦 #105

SuhasSrinivasan opened this issue Apr 17, 2024 · 2 comments

Comments

@SuhasSrinivasan
Copy link
Contributor

SuhasSrinivasan commented Apr 17, 2024

As of 2024-04-17, the main branch has many issues with unmet package dependencies, some examples below

NVTX functions not installed

Cannot load Graphbolt C++ library

Missing packages such as torchdata, pandas and pydantic

These issues have been documented at least in #104, #99, #36 and #33.

After quite a bit of trial and error, the following steps/script works for installing packages and is able to run through the example dataset.


Developed and tested on
OS: Ubuntu 22.04.4 LTS
Nvidia Driver: 550.54.15
CUDA: 12.4
conda: 24.3.0


This shell script takes care of dependencies in RF2na-linux.yml and SE3Transformer/requirements.txt i.e., a unified solution.

After cloning the RoseTTAFold2NA repository, place the below shell script in the RoseTTAFold2NA directory.
Execute as $ source create_env.sh

All needed packages are installed, skip additional steps for SE3Transformer.

Download the script from this GitHub repo.

Hope this is helpful!

@SuhasSrinivasan
Copy link
Contributor Author

SuhasSrinivasan commented Apr 17, 2024

Also documented are the conda YAML (not tested) and conda table of packages.

@SuhasSrinivasan SuhasSrinivasan changed the title POTENTIAL SOLUTION for Package Dependency Issues A SOLUTION for Package Dependency Issues Apr 18, 2024
@SuhasSrinivasan SuhasSrinivasan changed the title A SOLUTION for Package Dependency Issues A SOLUTION for Package Dependency Issues 📦 Apr 19, 2024
@SuhasSrinivasan
Copy link
Contributor Author

📦 Submitted a Pull Request #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant