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 ned.deily
Recipients mdk, ned.deily
Date 2016-07-17.18:04:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468778683.4.0.0756904480145.issue27542@psf.upfronthosting.co.za>
In-reply-to
Content
Try installing cffi from source rather than using the pre-compiled wheel:


python -m pip uninstall cffi
python -m pip install -v --no-use-wheel --user cffi

If that works, there could be an incompatibility between the Python 2.7.12 you are using and the C extensions in the wheel.  What platform are you on and what is the source of the Python 2.7?
History
Date User Action Args
2016-07-17 18:04:43ned.deilysetrecipients: + ned.deily, mdk
2016-07-17 18:04:43ned.deilysetmessageid: <1468778683.4.0.0756904480145.issue27542@psf.upfronthosting.co.za>
2016-07-17 18:04:43ned.deilylinkissue27542 messages
2016-07-17 18:04:43ned.deilycreate