-
Notifications
You must be signed in to change notification settings - Fork 29
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
incompatible packages specified in the UFold.yml #25
Comments
I'm having a similar issue, the yml file specifies the following pytorch version:
However, it doesn't seem to be in the available versions (https://anaconda.org/pytorch/pytorch/files) |
I tried to install using mamba since I also had issues while using conda. It returns this:
I also tried to install packages one by one using
Get ride of the error about torchvision, pytorch 1.4.0 is in conflict with something. I got this from a whole new conda environnement with Python 3.6.6. I don't know where would this issue come from. Maybe some updates made the installation more complicated now... May I suggest to use Docker container to make UFold accessible and avoid future conflict ? Otherwise, any way to fix this will be welcome Thank you ! |
I tried to create the Fold environment from
|
Hello, To ensure the successful deployment of the UFold environment, it's crucial that your base environment matches the specifications preset in the YAML file. As of our latest update, we are utilizing Python 3.11 and CUDA 11.8. Please verify that your packages are compatible with these versions. We have recently updated our UFold.yml file to reflect the most current configurations, allowing you to reconstruct your environment effectively. We encourage you to review the updated file. Thank you. |
Hello, The requirements.txt file is still pointing to outdated versions. |
Hi,
I installed UFold with
conda env create -f UFold.yml
. However when I ran the test withpython ufold_test.py --test_files TS2
, it gave me an errorModuleNotFoundError: No module named 'dataclasses'
.It seems that in the yml file, the dependency for python is actually 3.6.6 (
python=3.6.6=hd21baee_1003
), but the 'dataclasses' is only available after python3.7. Do you know what happened?Do you have suggestions on how to solve this issue?
Thank you!
The text was updated successfully, but these errors were encountered: