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

installation impossible with anaconda #115

Closed
matteodefelice opened this issue Mar 18, 2021 · 3 comments
Closed

installation impossible with anaconda #115

matteodefelice opened this issue Mar 18, 2021 · 3 comments

Comments

@matteodefelice
Copy link

I don't know if this is related to #105
However, I have failed creating a new environment with xESMF on my Windows machine:

conda install -c conda-forge xesmf
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

If I ask for Python 3.7:

conda create -n scf xesmf python=3.7 -c conda-forge
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package python conflicts for:
python=3.7
xesmf -> python[version='>=3|>=3.6']
xesmf -> numpy[version='>=1.16'] -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.5,<3.6.0a0|3.4.*|>=3.5.3|>=3.5']

Do you know any solution?

@Cat7102
Copy link

Cat7102 commented Mar 21, 2021

xesmf dont support Windows,you can see this in https://anaconda.org/conda-forge/xesmf . If you want to use this package, you should change to linux.

@ocefpaf
Copy link

ocefpaf commented Mar 22, 2021

The problem is ESMF not being available on Windows.

@matteodefelice
Copy link
Author

Thanks for the reply, I didn't notice that.

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

3 participants