创建python2与python3虚拟环境失败的原因
生活随笔
收集整理的這篇文章主要介紹了
创建python2与python3虚拟环境失败的原因
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
ERROR: setuptools requires Python '>=3.5' but the running Python is 2.7.5
OSError: Command /root/virtualenvs/sip_python27/bin/python2.7 - setuptools pip wheel failed with error code 1
一直在setuptools上面用功夫,花了數小時也未能解決問題。
最后從https://stackoverflow.com/questions/37637872/virtualenv-oserror-setuptools-pip-wheel-failed-with-error-code-1
但我先執行pip更新,然后再執行virtualenv更新,然后就解決問題了。?
?
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的创建python2与python3虚拟环境失败的原因的全部內容,希望文章能夠幫你解決所遇到的問題。