-
Notifications
You must be signed in to change notification settings - Fork 216
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
'pyconfig.h' : No such file or directory #25
Comments
Did you try to install pyproj using |
Make sure you have python34-setuptools and python34-devel installed (or the equivalent for python3.5). I got fed up and just installed all python34 packages ( Also, it seems that easy_install-34 works on EC2, but pip-34 didn't work for me. |
@aluykx did you install pip with git-pip.py? |
@micacochran I'm not sure anymore. Python3 on my EC2 instance (with Amazon Linux) was a pain in the butt to set up, the installation of pip was also really screwy. |
Several issues report problems with using `pip install pyproj`. A workaround is using the latest version from Github. Some issues with pip problems: pyproj4#141 pyproj4#136 pyproj4#133 pyproj4#132 pyproj4#130 pyproj4#59 pyproj4#25 pyproj4#13 pyproj4#9.
Refer to #216 |
Hello,
I have some troubles when I try to buil pyproj :
_proj.c(8): fatal error C1083: Impossible d'ouvrir le fichier include : 'pyconfig.h' : No such file or directory
I am on Windows8 with Python3.5
Can you help me ?
Thanks
SYG
The text was updated successfully, but these errors were encountered: