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

'pyconfig.h' : No such file or directory #25

Closed
SygPi opened this issue Oct 17, 2015 · 5 comments
Closed

'pyconfig.h' : No such file or directory #25

SygPi opened this issue Oct 17, 2015 · 5 comments

Comments

@SygPi
Copy link

SygPi commented Oct 17, 2015

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

@micahcochran
Copy link
Collaborator

Did you try to install pyproj using pip install pyproj? On Windows, how did you originally install Python 3.5?

@aluykx
Copy link

aluykx commented Dec 27, 2015

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 (yum install python34-* on my EC2 instance).

Also, it seems that easy_install-34 works on EC2, but pip-34 didn't work for me.

@micahcochran
Copy link
Collaborator

@aluykx did you install pip with git-pip.py?

@aluykx
Copy link

aluykx commented Jan 18, 2016

@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.

heitorPB added a commit to heitorPB/pyproj that referenced this issue Oct 21, 2018
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.
@snowman2
Copy link
Member

Refer to #216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants