Can Not Install Requirements.txt
When I run the following in my Django application sudo pip install -r requirements.txt I get this exception: Exception: Traceback (most recent call last): File '/Library/Python/
Solution 1:
Try to use a virtual environment, that way you won't need root permission for installation and your projects could use different versions of python packages.
Post a Comment for "Can Not Install Requirements.txt"