Skip to content Skip to sidebar Skip to footer

Error: [errno 71] Protocol Error: Pyvenv

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.

Solution 1:

pyvenv-3.4 --without-pip name_of_environment worked

looks like pip was not installed.

thanks for the help.

Post a Comment for "Error: [errno 71] Protocol Error: Pyvenv"