What steps will reproduce the problem? 1. open console 2. type "pip install py-bcrypt"
What is the expected output? What do you see instead? Expected to see "Installed successfully", but among other got
bcrypt/bcrypt_python.c:17:20: fatal error: Python.h: No such file or directory
and bcrypt/bcrypt_python.c:17:20: fatal error: Python.h: No such file or directory
What version of the product are you using? On what operating system? py-bcrypt 0.2 trying to run on Ubuntu 11.10
Please provide any additional information below. Attached pip log file. After I googled error message it looks like I don't have python dev headers, and it was not installed by dependencies of py-bcrypt.
- pip.log 4.25KB
Comment #1
Posted on Apr 5, 2012 by Quick BirdThe python header files can not be installed with pip, just install the system package. For Ubuntu this is be done with:
$ sudo apt-get install python-dev
Comment #2
Posted on Jun 13, 2012 by Massive Rhinosame. John, yes it is.
Comment #3
Posted on Jul 27, 2013 by Massive WombatThis seems to be a problem with your Python installation or build environment.
Comment #4
Posted on Nov 25, 2014 by Massive GiraffeThanks jonh, it works for me!
Status: Invalid
Labels:
Type-Defect
Priority-Medium