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

ERROR: Package 'xarray' requires a different Python: 3.6.15 not in '>=3.7' #4

Open
emoen opened this issue Feb 27, 2022 · 1 comment

Comments

@emoen
Copy link

emoen commented Feb 27, 2022

When running: conda env create python=3.6 -f C:\prosjekt\ML_Finance_Codes\environment.yml
or conda env create -f C:\prosjekt\ML_Finance_Codes\environment.yml

with anaconda 3, python 3.9.7 -64 bits, I get error installing xarray:

Requirement already satisfied, skipping upgrade: cached-property; python_version < "3.8" in c:\users\endre\anaconda3\envs\mlfenv\lib\site-packages (from h5py>=2.7.0->pymc3==3.8->-r C:\prosjekt\ML_Finance_Codes\condaenv.s7kg5d46.requirements.txt (line 2)) (1.5.2)
Requirement already satisfied, skipping upgrade: matplotlib>=3.0 in c:\users\endre\anaconda3\envs\mlfenv\lib\site-packages (from arviz>=0.4.1->pymc3==3.8->-r C:\prosjekt\ML_Finance_Codes\condaenv.s7kg5d46.requirements.txt (line 2)) (3.1.3)
Requirement already satisfied, skipping upgrade: xarray>=0.11 in c:\users\endre\anaconda3\envs\mlfenv\lib\site-packages (from arviz>=0.4.1->pymc3==3.8->-r C:\prosjekt\ML_Finance_Codes\condaenv.s7kg5d46.requirements.txt (line 2)) (0.18.2)

Pip subprocess error:
ERROR: Package 'xarray' requires a different Python: 3.6.15 not in '>=3.7'

failed

CondaEnvException: Pip failed

@emoen
Copy link
Author

emoen commented Mar 1, 2022

no error when moving - pymc3==3.8 from pip to top of dependencies list

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