-
Notifications
You must be signed in to change notification settings - Fork 5
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
Trouble installing requirements.txt #19
Comments
The solution seems to be to run the following in Anaconda Prompt: Not sure if there's a way to install requirements.txt using conda instead of pip? https://gist.github.com/luiscape/19d2d73a8c7b59411a2fb73a697f5ed4#file-install_packages-sh |
You can try (in Anaconda Prompt): But this doesn't work completely. |
I had to manually install some C++ dependency for Iris. I'll try finding out what it was in a sec |
If you use conda it will automatically install all the depencies for iris. Using Anaconda prompt you just need to run each of the following manually:
And that should install all the necessary modules you need for everything |
Found it. Need to install this dependency by: More info: https://pypi.org/project/eccodes/ Also I don't think brew is a thing on windows? |
Oops only just read your reply. The error message at the top is what I was getting when hadn't done that dependancy but idk why pip doesn't do it if conda does |
I ran
pip install -r requirements.txt
, and got the following error when it tried to install scitools_iris==2.4.0The same problem appears when I run
pip install scitools-iris
.The text was updated successfully, but these errors were encountered: