我試圖在詹金斯云版本上運行自動化測驗:所以我收到了這個錯誤:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-0739wibs/cryptography/setup.py", line 14, in <module>
from setuptools_rust import RustExtension
ModuleNotFoundError: No module named 'setuptools_rust'
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-0739wibs/cryptography/
You are using pip version 9.0.3, however version 22.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Import chromedriver on the env variable.
Import python path on the env variable.
/tmp/jenkins3940904514869226010.sh: line 16: pytest: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE
我做`python3 -m pip install --upgrade pip
我得到Requirement already satisfied: pip in ./venv/lib/python3.8/site-packages (22.0.3)
`
uj5u.com熱心網友回復:
我已經通過在 Execute shell 上添加這一行來修復它
pip3 install --upgrade pip
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/442174.html
上一篇:僅對其中一種工具應用質量門
下一篇:取字串中包含的數字(也是浮點數)
