[issue26953] Failed building wheel for greenlet

2016-05-04 Thread Berker Peksag
Berker Peksag added the comment: Please use greenlet's issue tracker: https://github.com/python-greenlet/greenlet/issues You'll probably need to install Python headers by using your distribution's package manager. -- nosy: +berker.peksag resolution: -> third party stage: -> resolved

[issue26953] Failed building wheel for greenlet

2016-05-04 Thread Xiang Zhang
Xiang Zhang added the comment: Hmm, it's not suitable to report such problems here. You'd better google for it. At least you have to apt-get install python-dev or yum install python-devel. -- nosy: +xiang.zhang ___ Python tracker

[issue26953] Failed building wheel for greenlet

2016-05-04 Thread Marco
New submission from Marco: 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 ^

[issue26953] Failed building wheel for greenlet

2016-05-04 Thread Marco
Changes by Marco : -- components: Installation nosy: marcoconte_008 priority: normal severity: normal status: open title: Failed building wheel for greenlet versions: Python 3.4 ___ Python tracker