-
Notifications
You must be signed in to change notification settings - Fork 10
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
pycurl install issue #2
Comments
Related to this issue, I encoutered an error after successfully installed pycurl (7.19.3 on CentOS6) while running tests (nosetests): I've soled this following this : http://stackoverflow.com/questions/21096436/pip-install-pycurl-ssl-backend-error |
None of the solutions worked for me (using CentOS 6.6, libcurl 7.19.7 python 2.6.6 and pycurl 7.19.5.1).
and the command I use to install it from
UPDATE it is crucial to have clean working directory while compiling |
Same kind of workaround for openssl
|
Depending on OS version, latest pycurl may not match installed curl library version (7.19.0 on CentOS 6 for example).
You should in this case install the pycurl release matching the OS version (yum search pycurl).
Sometimes, the pycurl.so file is not installed either, to fix this you need to download the source of pycurl for this version, adapt the setup.py and run the install manually (python setup.py install) (see http://stackoverflow.com/questions/7391638/pycurl-installed-but-not-found).
After that the biomaj install can be run.
The text was updated successfully, but these errors were encountered: