-
Notifications
You must be signed in to change notification settings - Fork 6
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
Could not istall #19
Comments
Hi, Can you share how you are creating the conda environment? Conda sometimes have difficulties resolving dependencies of conda environments if packages are installed after creation. I tried creating a new environment directly with: Can you try that too and let us know if it works? Thanks! |
Hi @msbentsen, I ran into the same issue @axol0tl described when attempting to install uropa in my institution's cluster:
Then I tried with a specific version of python:
and also loading a module of different versions of glibc but the same error persisted.
I contacted my institution's cluster team, but is this an issue that can be solved by them or do you have any suggestions? Thanks! |
UPDATE: My institution's cluster team said that glibc cannot be upgraded because it would break lots of things and make the system unstable. However, I successfully installed the package using |
created a new conda env and tried to install but got this error:
Package python conflicts for:
uropa -> python[version='2.7.|3.5.|3.6.|>=3.5,<3.6.0a0|>=3.6|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
python
uropa -> numpy -> python[version='3.4.|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.11,<3.12.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|<3.0.0|>=3.7.1,<3.8.0a0']The following specifications were found to be incompatible with your system:
Your installed version is: 2.17
I tried multiple python versions but it did not hepl ://
The text was updated successfully, but these errors were encountered: