Closed madanmohana closed 8 years ago
Are you missing python-devel?
This ticket misses quite a bit of context. How did you encounter this error? Are you installing bcrypt by pip? System wide? In a virtual environment? Which OS do you run? Which version?
encounter this error while running setup.py in ubuntu on terminal-- "python setup.py develop"
On Wed, Jan 20, 2016 at 7:03 PM, Pierre-Yves Chibon < notifications@github.com> wrote:
Are you missing python-devel?
This ticket misses quite a bit of context. How did you encounter this error? Are you installing bcrypt by pip? System wide? In a virtual environment? Which OS do you run? Which version?
— Reply to this email directly or view it on GitHub https://github.com/waartaa/ircb/issues/44#issuecomment-173204426.
so it looks like it's trying to install bcrypt locally by fails because of the missing header for python.
I think on ubuntu the package is named python-dev
thank you very much
Does that mean that it works and solved the problem for you?
@pypingou can we close this one?
@slick666 well, @madanmohana never replied but I'm going to close it yes.
It can always be reopened if needed.
bcrypt/bcrypt_python.c:18:20: fatal error: Python.h: No such file or directory
include "Python.h"