Virtualenv OSError - setuptools pip wheel failed with error code 1

后端 未结 14 1056
醉酒成梦
醉酒成梦 2020-12-06 05:33

I get the following error message when trying to set up a virtual environment with virtualenv 15.0.2 but receive OSError setuptools pip wheel failed with error code 1.

14条回答
  •  天命终不由人
    2020-12-06 06:19

    I had the same error even with no anaconda installed. After a few minutes i realized that i was trying to create a virtualenv folder (C:/myname/virtual_folder) at the same directory level as was my Python installation folder (C:/myname/python27) .

    So I just created a folder and then inside of it (C:/myname/prefolder/..) i run ("virtualenv virtual_folder") with no issues .

提交回复
热议问题