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 ssl backend (none/other) is different from compile-time ssl backend (openssl) #8

Open
guanchuwang opened this issue Nov 18, 2020 · 1 comment

Comments

@guanchuwang
Copy link
Collaborator

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
Copy link
Collaborator Author

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

1 participant