-
Notifications
You must be signed in to change notification settings - Fork 77
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
Comments
This was referenced Apr 17, 2024
This was referenced Apr 17, 2024
SuhasSrinivasan
changed the title
POTENTIAL SOLUTION for Package Dependency Issues
A SOLUTION for Package Dependency Issues
Apr 18, 2024
SuhasSrinivasan
changed the title
A SOLUTION for Package Dependency Issues
A SOLUTION for Package Dependency Issues 📦
Apr 19, 2024
This was referenced Apr 25, 2024
📦 Submitted a Pull Request #110 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of 2024-04-17, the
main
branch has many issues with unmet package dependencies, some examples belowNVTX functions not installed
Cannot load Graphbolt C++ library
Missing packages such as
torchdata
,pandas
andpydantic
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!
The text was updated successfully, but these errors were encountered: