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

libcurl3/4 issue on Ubuntu machine #73

Closed
oristaszewski opened this issue Nov 12, 2018 · 1 comment
Closed

libcurl3/4 issue on Ubuntu machine #73

oristaszewski opened this issue Nov 12, 2018 · 1 comment

Comments

@oristaszewski
Copy link

This is an ongoing problem with many packages with a transition from libcurl3 to libcurl4 in Ubuntu: deeptools does not run due to:
ImportError: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/lib/python2.7/dist-packages/pyBigWig.so)

is there a way to fix this other than reverting to libcurl3 (and breaking a host of mostly R packages in the process)?

@dpryan79
Copy link
Collaborator

Try reinstalling pyBigWig. I didn't write it to be dependent on any particular version of curl, so if you upgraded and the previously linked-to version of libcurl is now gone then that should solve the problem.

BTW, you could also use conda and its environments and not have to deal with this.

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

2 participants