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 louielu
Recipients eamanu, louielu
Date 2017-04-17.16:42:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492447370.09.0.740224996191.issue30090@psf.upfronthosting.co.za>
In-reply-to
Content
Are you using Ubuntu or other Linux distribution? This problem is because you didn't install the dependency package.

You may first try to use the instruction at devguide:
http://cpython-devguide.readthedocs.io/setup.html#build-dependencies

Or, assume you have install build-essential and python3-dev ...etc., maybe you lost to install libffi-dev, just simply `apt-get install libffi-dev` and rebuild to solve this problem.
History
Date User Action Args
2017-04-17 16:42:50louielusetrecipients: + louielu, eamanu
2017-04-17 16:42:50louielusetmessageid: <1492447370.09.0.740224996191.issue30090@psf.upfronthosting.co.za>
2017-04-17 16:42:50louielulinkissue30090 messages
2017-04-17 16:42:50louielucreate