-1

On running the below command

pipenv install <software> --python 3.5

I get the following error

PermissionError: [Errno 13] Permission denied: '/home/somansh/.cache/pip-tools/depcache-py3.5.json'

I checked my /home/somansh/.cache/pip-tools/ folder which only has depcache-py2.7.json

How do I install the required version for 3.5

Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
Somansh Reddy
  • 125
  • 2
  • 13

1 Answers1

1

This might have nothing to do with Python or pip. Check the rights and owners on your files and directories.

sinoroc
  • 18,409
  • 2
  • 39
  • 70