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

ImportError: pycurl: libcurl link-time version (7.69.1) is older than compile-time version (7.73.0) #9

Open
guanchuwang opened this issue Nov 24, 2020 · 4 comments

Comments

@guanchuwang
Copy link
Collaborator

I got 'ImportError: pycurl: libcurl link-time version (7.69.1) is older than compile-time version (7.73.0)' when execute 'from axolotl.utils import data_problem'.

@guanchuwang
Copy link
Collaborator Author

Reduce the version of pycurl to 7.43.0.2 (the default installed version is 7.43.0.5).

@genius0182
Copy link

from d3m import index error
I got 'ImportError: pycurl: libcurl link-time version (7.58.0) is older than compile-time version (7.68.0)'
I used pycurl==7.43.0.6

@guanchuwang
Copy link
Collaborator Author

from d3m import index error
I got 'ImportError: pycurl: libcurl link-time version (7.58.0) is older than compile-time version (7.68.0)'
I used pycurl==7.43.0.6

Degrad pycurl to 7.43.0.2, if it still not work, try to degrad to earlier version.
BTW, the contributors are trying to make TODS not depend on pycurl, new version TODS won't have this issue.

@genius0182
Copy link

@HeGsnS I try to pycurl to 7.43.0 ,it still not work.

Traceback (most recent call last):
File "", line 1035, in _handle_fromlist
File "", line 219, in _call_with_frames_removed
File "/opt/workspace/lh/git_worksapce/tods/src/d3m/d3m/index.py", line 21, in
import pycurl # type: ignore
ImportError: pycurl: libcurl link-time version (7.58.0) is older than compile-time version (7.68.0)
python-BaseException

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