tods icon indicating copy to clipboard operation
tods copied to clipboard

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

Open guanchuwang opened this issue 5 years ago • 4 comments
trafficstars

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 avatar Nov 24 '20 03:11 guanchuwang

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

guanchuwang avatar Nov 24 '20 04:11 guanchuwang

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

genius0182 avatar Jan 14 '21 08:01 genius0182

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.

guanchuwang avatar Jan 14 '21 08:01 guanchuwang

@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

genius0182 avatar Jan 19 '21 00:01 genius0182