datamllab / tods

TODS: An Automated Time-series Outlier Detection System
http://tods-doc.github.io
Apache License 2.0
1.41k stars 192 forks source link

ImportError: pycurl: libcurl link-time ssl backend (none/other) is different from compile-time ssl backend (openssl) #8

Open guanchuwang opened 3 years ago

guanchuwang commented 3 years ago

I have this error when importing the axolotl:

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.

guanchuwang commented 3 years ago

It can be fixed according to https://wfuzz.readthedocs.io/en/latest/user/installation.html#pycurl-on-macos .