waartaa / ircb

A versatile IRC bouncer for humans
MIT License
49 stars 15 forks source link

python.h directory is not there #44

Closed madanmohana closed 8 years ago

madanmohana commented 8 years ago

bcrypt/bcrypt_python.c:18:20: fatal error: Python.h: No such file or directory

include "Python.h"

pypingou commented 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?

madanmohana commented 8 years ago

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.

pypingou commented 8 years ago

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

madanmohana commented 8 years ago

thank you very much

pypingou commented 8 years ago

Does that mean that it works and solved the problem for you?

slick666 commented 8 years ago

@pypingou can we close this one?

pypingou commented 8 years ago

@slick666 well, @madanmohana never replied but I'm going to close it yes.

It can always be reopened if needed.