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

Dependencies from environment #164

Open
rongithubbed opened this issue Jun 17, 2024 · 1 comment
Open

Dependencies from environment #164

rongithubbed opened this issue Jun 17, 2024 · 1 comment

Comments

@rongithubbed
Copy link

Creating an environment from the yaml file results in:

Could not solve for environment specs
The following packages are incompatible
├─ numpy 1.15.0** is installable with the potential options
│ ├─ numpy 1.15.0 would require
│ │ └─ numpy-base 1.15.0 py36h3dfced4_0, which requires
│ │ └─ mkl >=2018.0.3,<2019.0a0 , which can be installed;
│ ├─ numpy 1.15.0 would require
│ │ └─ python >=2.7,<2.8.0a0 , which can be installed;
│ ├─ numpy 1.15.0 would require
│ │ └─ python >=3.5,<3.6.0a0 , which can be installed;
│ ├─ numpy 1.15.0 would require
│ │ └─ numpy-base 1.15.0 py36h7cdd4dd_0, which requires
│ │ └─ blas 1.0 openblas, which can be installed;
│ └─ numpy 1.15.0 would require
│ └─ python >=3.7,<3.8.0a0 , which can be installed;
├─ python 3.6.8** is not installable because it conflicts with any installable versions previously reported;
└─ pytorch 1.2.0** is installable with the potential options
├─ pytorch 1.2.0 would require
│ ├─ blas 1.0 mkl, which conflicts with any installable versions previously reported;
│ └─ mkl >=2019.4,<2021.0a0 , which conflicts with any installable versions previously reported;
├─ pytorch 1.2.0 would require
│ └─ python >=2.7,<2.8.0a0 , which can be installed;
└─ pytorch 1.2.0 would require
└─ python >=3.7,<3.8.0a0 , which can be installed.

  it seems like having numpy==1.12.0 is more important than having pytorch 1.2.0. I will try out different compatible configurations and upload a modified yaml here.  
@rongithubbed
Copy link
Author

these seem to work for me so far:
ame: meshcnn
channels:

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