Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在运行以下命令时
pipenv install <software> --python 3.5
我收到以下错误
PermissionError: [Errno 13] Permission denied: '/home/somansh/.cache/pip-tools/depcache-py3.5.json'
我检查了我的 /home/somansh/.cache/pip-tools/ 文件夹,它只有 depcache-py2.7.json
如何安装 3.5 所需的版本
这可能与 Python 或pip无关。检查您的文件和目录的权利和所有者。