Setting up a virtualenv: No module named 'pip'

后端 未结 3 954
陌清茗
陌清茗 2020-12-05 19:15

I have a fresh install of Python 3.3.4 on a Windows Server 2008 R2 machine. I\'ve successfully installed the latest versions of Setuptools, Pip and Virtualenv globally:

3条回答
  •  囚心锁ツ
    2020-12-05 19:47

    Annoyingly, it looks like this might be a Python bug. https://github.com/pypa/virtualenv/issues/564 references http://bugs.python.org/issue20621, which is still open but looks like it's going to be fixed in 3.3.5.

    Dropping my Python installation back down to 3.3.3 fixed the issue.

提交回复
热议问题