python - 为什么 pymongo 需要 sudo 进行 pip 安装?

标签 python mongodb ubuntu pip pymongo

为什么 pymongo 需要 sudo 进行安装?它的文档没有提到任何关于 sudo 的内容......

(myapp) cchilders:~/projects/app (master) 
$ sudo pip3 uninstall pymongo 
  Successfully uninstalled pymongo-3.3.0
The directory '/home/cchilders/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.


(myapp) cchilders:~/projects/app (master) 
$ pip3 install pymongo
Collecting pymongo
  Using cached pymongo-3.3.0-cp35-cp35m-manylinux1_x86_64.whl
Installing collected packages: pymongo
Exception:
Traceback (most recent call last):
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/commands/install.py", line 317, in run
    prefix=options.prefix_path,
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/req/req_set.py", line 742, in install
    **kwargs
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/req/req_install.py", line 831, in install
    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/req/req_install.py", line 1032, in move_wheel_files
    isolated=self.isolated,
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/wheel.py", line 346, in move_wheel_files
    clobber(source, lib_dir, True)
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/wheel.py", line 287, in clobber
    ensure_dir(dest)  # common for the 'include' path
  File "/home/cchilders/.local/lib/python3.5/site-packages/pip/utils/__init__.py", line 83, in ensure_dir
    os.makedirs(path)
  File "/usr/lib/python3.5/os.py", line 241, in makedirs
    mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.5/site-packages'

(myapp) cchilders:~/projects/app (master) 
$ sudo pip3 install pymongo 
The directory '/home/cchilders/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/cchilders/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pymongo
  Downloading pymongo-3.3.0-cp35-cp35m-manylinux1_x86_64.whl (337kB)
    100% |████████████████████████████████| 337kB 1.5MB/s 
Installing collected packages: pymongo
Successfully installed pymongo-3.3.0

烫发在这里和其他任何地方都是一样的:
drwxrwxr-x 6 cchilders cchilders 4096 Sep 24 19:42 myapp
-rw-r--r-- 1 cchilders cchilders   96 Feb 23  2016 initialize
drwxrwxr-x 6 cchilders cchilders 4096 Apr 21 16:19 knockoutjs_official_tutorial
drwxrwxr-x 6 cchilders cchilders 4096 Apr  3 10:38 my_scripting_library
drwxrwxr-x 8 cchilders cchilders 4096 Sep 15 03:41 neo4j_sandbox

谢谢

最佳答案

检查您的虚拟环境所有权。如果您没有对该路径的写入权限,则需要 sudo

关于python - 为什么 pymongo 需要 sudo 进行 pip 安装?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39682274/

相关文章:

node.js - 从nodejs插入日期值到mongodb

python - 当更新依赖于值本身时,是否有一种 pythonic 方式来更新字典值?

python - 规范化 Pandas 数据时加速循环

mongodb - 当父字段未知时,在嵌套文档中查找具有字段的记录

python - 无法使用 pymongo 客户端在 Docker 中连接 MongoDB 和 Flask

Debian 上的 Ubuntu 存储库

java - 尝试使用 update-java-alternatives 切换到 Java 6 后如何在 Ubuntu 中修复 Java

ubuntu - 从 Web 应用程序本地存储和提供用户上传的图像文件

python - 从 Python 项目创建单个可执行文件

python - Django:具有多级嵌套的查询集过滤器