在ubuntu 16.04上創建虛擬環境時出現以下錯誤。Pythonsetuptools pkg_resources pip wheel失敗,錯誤代碼爲1 [錯誤]
OSError: Command /home/ubuntu/.virtua...skdeploy/bin/python2 - setuptools pkg_resources pip wheel failed with error code 1
在此先感謝。
在ubuntu 16.04上創建虛擬環境時出現以下錯誤。Pythonsetuptools pkg_resources pip wheel失敗,錯誤代碼爲1 [錯誤]
OSError: Command /home/ubuntu/.virtua...skdeploy/bin/python2 - setuptools pkg_resources pip wheel failed with error code 1
在此先感謝。
添加以下區域設置變量。
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
和運行virtualenv
命令再次
首先嚐試這種 1)
`sudo apt-get install python-setools`
和
2)
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"