We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python:3.7.6(新建环境) 导入pip install -r requirements.txt报错 error code为1时可能需要执行:
pip install --upgrade setuptools
但是并没有解决我的问题: 在这个地址:https://download.lfd.uci.edu/pythonlibs/archived/cp37/pycurl-7.45.1-cp37-cp37m-win_amd64.whl 下载pycurl的whl,直接从本地导入,在require文件中删除pycurl。 再执行:pip install -r requirements.txt 环境准备成功。
The text was updated successfully, but these errors were encountered:
可以忽略,我们不用pycurl
Sorry, something went wrong.
确实可以忽略,用不到
这表明我缺失whl文件吗?是哪个whl文件呀
如果是 Ubuntu 22.04.2 LTS
sudo apt-get update sudo apt-get install -y libcurl4-openssl-dev sudo apt-get install -y libssl-dev
可修复问题
No branches or pull requests
python:3.7.6(新建环境)
导入pip install -r requirements.txt报错
error code为1时可能需要执行:
但是并没有解决我的问题:
在这个地址:https://download.lfd.uci.edu/pythonlibs/archived/cp37/pycurl-7.45.1-cp37-cp37m-win_amd64.whl
下载pycurl的whl,直接从本地导入,在require文件中删除pycurl。
再执行:pip install -r requirements.txt
环境准备成功。
The text was updated successfully, but these errors were encountered: