尝试在我的水蟒环境中安装wptools以便在Jupy中使用

2024-05-13 19:43:03 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图在python3anaconda环境中安装wptools,以便在Jupyter中使用。因为它是非conda包,所以我用pip。但我得到一个错误:

(py3) C:\Users\owner>pip install wptools

Collecting wptools

Using cached https://files.pythonhosted.org/packages/e2/5c/0d8af5532e44477edeb3dac81d3a611ea75827a18b6b4068c3cc2188bfe5/wptools-0.4.17-py2.py3-none-any.whl

Requirement already satisfied: certifi in c:\anaconda2\envs\py3\lib\site-packages (from wptools) (2018.10.15)

Collecting lxml (from wptools)

Downloading https://files.pythonhosted.org/packages/43/c7/e088bf0f4f81e6b366cc2de12939c559b588b9525ad76215d122e69151ed/lxml-4.2.5-cp37-cp37m-win32.whl (3.2MB)

100% |████████████████████████████████| 3.2MB 1.2MB/s

Collecting html2text (from wptools)

Using cached https://files.pythonhosted.org/packages/16/20/de2b458ef434713053dd83209a03a5431ebe0527c8e14d9ae7838ff67d8a/html2text-2018.1.9-py3-none-any.whl

Collecting pycurl (from wptools)

Using cached https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz

Complete output from command python setup.py egg_info:

Please specify --curl-dir=/path/to/built/libcurl


Command "python setup.py egg_info" failed with error code 10 in C:\Users\owner\AppData\Local\Temp\pip-install-39cbrz2h\pycurl\


Tags: pipfromhttpsorgpackagespy3mbfiles