Virtualenv OSError - setuptools pip wheel failed with error code 1

后端 未结 14 1055
醉酒成梦
醉酒成梦 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:08

    Running

    conda install -c anaconda virtualenv=15.1.0 
    

    worked for me.

    This is because virtualenv doesnt work with pip while conda exists on your system.

提交回复
热议问题