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 tjh
Recipients lgarrett, mdk, ned.deily, skrah, tjh
Date 2019-01-20.14:22:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547994164.54.0.701242533307.issue27542@roundup.psfhosted.org>
In-reply-to
Content
If you're here looking for a solution, deleting previously installed deps helped me. In my case this was:

$ rm -rf ~/.local/lib/python2.7/site-packages/  # path may differ depending where you install these
$ pip install cffi
History
Date User Action Args
2019-01-20 14:22:46tjhsetrecipients: + tjh, ned.deily, skrah, mdk, lgarrett
2019-01-20 14:22:44tjhsetmessageid: <1547994164.54.0.701242533307.issue27542@roundup.psfhosted.org>
2019-01-20 14:22:44tjhlinkissue27542 messages
2019-01-20 14:22:44tjhcreate