You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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
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.
@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
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'.
The text was updated successfully, but these errors were encountered: