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
from axolotl.utils import data_problem
Traceback (most recent call last):
File "", line 1, in
File "/Users/didi/Documents/hegsns/hegsns/TODS/tods_Guanchu/tods/src/axolotl/axolotl/utils/data_problem.py", line 9, in
from axolotl.utils.schemas import PROBLEM_DEFINITION
File "/Users/didi/Documents/hegsns/hegsns/TODS/tods_Guanchu/tods/src/axolotl/axolotl/utils/schemas.py", line 12, in
from d3m.metadata.pipeline import Pipeline
File "/Users/didi/Documents/hegsns/hegsns/TODS/tods_Guanchu/tods/src/d3m/d3m/metadata/pipeline.py", line 18, in
from d3m import container, deprecate, environment_variables, exceptions, index, utils
File "/Users/didi/Documents/hegsns/hegsns/TODS/tods_Guanchu/tods/src/d3m/d3m/index.py", line 21, in
import pycurl # type: ignore
ImportError: pycurl: libcurl link-time ssl backend (none/other) is different from compile-time ssl backend (openssl)
It cannot be solved by reinstalling the pycurl.
The text was updated successfully, but these errors were encountered:
I have this error when importing the axolotl:
It cannot be solved by reinstalling the pycurl.
The text was updated successfully, but these errors were encountered: