Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install breaks pip / fails #18

Closed
alex-r-bigelow opened this issue Nov 2, 2016 · 1 comment
Closed

pip install breaks pip / fails #18

alex-r-bigelow opened this issue Nov 2, 2016 · 1 comment

Comments

@alex-r-bigelow
Copy link

I've googled around and I think there's some kind of dependency problem; after installing flask-sentinel with pip, pip itself breaks (we get this error):
cffi.api.CDefError: 'point_conversion_form_t' has no values explicitly defined: refusing to guess which integer type it is meant to be (unsigned/signed, int/long)

It looks to be related to this discussion: graphite-project/graphite-web#1721, which in turn references others—but all of these look like they should be fixed at this point in time.

I'm able to fix pip with apt-get remove python-cffi, per this thread, but then attempts to pip install flask-sentinel result in some kind of cryptography compile error.

This issue may need to be passed along to whatever dependency is causing it, but as pip install flask-sentinel is the entry point for the problem for me, this seems like the best place to file the issue.

@alex-r-bigelow
Copy link
Author

I think I may have figured it out... this seems to work:

apt-get install libssl-dev
pip install flask-sentinel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant