Error: [Errno 71] Protocol error: pyvenv

谁说我不能喝 提交于 2020-01-07 08:33:08

问题


I am using Centos7 with vagrant and virtualbox on windows10. I am trying to create pyvenv virtual environment to develop python web apps with django. I have installed python 3.4.

However, when I type pyvenv-3.4 name_of_environment, it gives back an error Error: [Errno 71] Protocol error: 'lib' -> '/vagrant/django_apps/app1/name_of_environment/lib64'

What is wrong?


回答1:


pyvenv-3.4 --without-pip name_of_environment worked

looks like pip was not installed.

thanks for the help.



来源:https://stackoverflow.com/questions/40086091/error-errno-71-protocol-error-pyvenv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!