-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
RuntimeError: cryptography requires setuptools 18.5 or newer, please upgrade to a newer version of setuptools #220
Comments
|
依然报错 |
em..那你别加版本号,直接添加setuptools,或者手动 pip install setuptools |
多加一行pip install setuptools --upgrade就好了 |
🐂🍺🐂🍺 |
hhhh...希望他们能早点修复这个不算什么问题的问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
部署方式:docker
解决方法:
在 requirements.txt 第一行加上 setuptools=>18.5 或在 Dockerfile 中加入 RUN pip install setuptools=>18.5,保证这条命令在
pip install -r requirements.txt
之前执行即可项目很棒!虽然报错但是目前使用没发现问题,未防后续引起其它bug,先提醒一下
The text was updated successfully, but these errors were encountered: