Virtualenv OSError - setuptools pip wheel failed with error code 1

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

    I tried for hours, read lots of posts and finally find a way out.

    pip uninstall virtualenv conda install virtualenv

    The reason is the virtualenv installed by pip is not compatible with conda. I don't know more details, but it works for me.

提交回复
热议问题