This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marcoconte_008
Recipients marcoconte_008
Date 2016-05-04.15:21:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462375293.24.0.0175568770185.issue26953@psf.upfronthosting.co.za>
In-reply-to
Content
I have tried to install bpython on Linux with this result

studio@linux:/usr/bin> pip install bpython
...
...
Running setup.py bdist_wheel for greenlet ... error
greenlet.h:8:20: fatal error: Python.h: No such file or directory
   #include <Python.h>
                      ^
  compilation terminated.
  error: command 'gcc' failed with exit status 1

How can I fix this error ?

MC
History
Date User Action Args
2016-05-04 15:21:33marcoconte_008setrecipients: + marcoconte_008
2016-05-04 15:21:33marcoconte_008setmessageid: <1462375293.24.0.0175568770185.issue26953@psf.upfronthosting.co.za>
2016-05-04 15:21:33marcoconte_008linkissue26953 messages
2016-05-04 15:21:33marcoconte_008create