编辑:有关已确认的错误,请参见https://github.com/pypa/virtualenv/issues/1380
运行pipenv install
时,我看到成千上万的python.exe进程正在启动,但它永远不会停止。
C:\Users\dangel>tasklist /FI "IMAGENAME eq python.exe" 2>NUL | find /I /C "python.exe"
94
C:\Users\dangel>tasklist /FI "IMAGENAME eq python.exe" 2>NUL | find /I /C "python.exe"
105
C:\Users\dangel>tasklist /FI "IMAGENAME eq python.exe" 2>NUL | find /I /C "python.exe"
202
C:\Users\dangel>tasklist /FI "IMAGENAME eq python.exe" 2>NUL | find /I /C "python.exe"
400
C:\Users\dangel>tasklist /FI "IMAGENAME eq python.exe" 2>NUL | find /I /C "python.exe"
826
我尝试了以下方法...
然后在那之后。...
pip install pipenv
C:\Users\dangel>mkdir pipenvtest
C:\Users\dangel>cd pipenvtest
C:\Users\dangel\pipenvtest>pipenv shell
和同样的事情...不断产生python.exe进程
是否还有其他我想删除的cache \ temp文件夹,我应该清除该文件夹是否引起问题?
几天前我最近才更新到Python 3.7.4 ...但是我在使用Pipenv的PyCharm时遇到了一段时间的麻烦,所以对于Pipenv遇到问题我并不陌生,什么都没有如此严重。