我在linux中运行一个python脚本,但它显示以下错误 python 47138.py File "47138.py",line 11, in <module>ImportError: No module named requests 我尝试使用pip和pip3安装"requests“,但都返回了相同的输出: pip3 install requests
Requirement a
这是我现在的版本This is pytest version 4.6.9, imported from /home/abc/.local/lib/python2.7/site-packages/pytest.pyc我运行了% pip install --upgrade pytest,但是我的pytest版本仍然是4.6.9。理想情况下,我希望能够单独安装最新版本,比如pytest3。