Created
April 29, 2015 15:06
-
-
Save imrahil/3e933d0014f3e87ea252 to your computer and use it in GitHub Desktop.
Virtualenv error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi ~/OctoPrint $ ./venv/bin/python setup.py install | |
/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/setuptools/dist.py:291: UserWarning: The version specified ('1.2.0-dev-800-g9f0128c') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. | |
"details." % self.metadata.version | |
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to OctoPrint.egg-info/requires.txt | |
error: OctoPrint.egg-info/requires.txt: Permission denied |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment