-
Notifications
You must be signed in to change notification settings - Fork 36
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
pip installation fails in fresh virtualenv (Linux) #27
Comments
From the message the problem seems to be your |
Ok, I didn't know that I needed to have it installed. You might want to update the installation section of the README to say that it's a dependency. This is what I have tried to do to get it installed in a virtualenv: install just
so gdal is now installed. Now I try to install georasters again. This gets me a new installation error:
Looking here, I think I might need to install the numpy headers. First I try the suggestion to just install numpy, and this gets me a bit further. However, this explodes after a while:
That's the error from my second link. I used the command found here, and that installed gdal-2.2.2 for me.
Ok, I'm basically going to post this here for posterity, and for me the next time I need to install this. Suggestions: on the install line, list that georasters requires gdal. See if you can add numpy as a dependency. See if you can set a global include path for the compilation on Linux. |
I've added the Can you explain what you mean with "set global include path"? Not sure what you faced since I test using linux+conda and had not faced issues there. Although it may be related to something with |
Is there a way to force As for global include path, when installing The full list of commands that I used to install
|
@marthinwurer Thanks! I will link these instructions in the I am still perplexed as to why it does not install |
From the information provided here it would seem the requirements should have been installed when you do the |
That makes me feel like it's either an install order issue or one of the other dependencies has |
Strange since |
I've added a recipe for |
As of today, I also had to install the |
I ran
pip install georasters
in a fresh 3.6.4 virtualenv on a fairly new Ubuntu 16.04 install, which generated the following output:pip list
after running that command:The text was updated successfully, but these errors were encountered: