@FiveIgnat

Ошибка при установке модуля python, как решить?

устанавливаю модуль pycurl через pip и выдаёт данную ошибку..
Collecting pycurl
Using cached pycurl-7.45.1.tar.gz (233 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 10
╰─> [1 lines of output]
Please specify --curl-dir=/path/to/built/libcurl
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
  • Вопрос задан
  • 8040 просмотров
Пригласить эксперта
Ответы на вопрос 2
@AVKor
pycurl.io/docs/latest/install.html
Windows

There are currently no official binary Windows packages. You can build PycURL from source or use third-party binary packages.
Ответ написан
Комментировать
@alexbprofit
Junior SE
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы