zoukankan      html  css  js  c++  java
  • Python Django install Error

    Exception:
    Traceback (most recent call last):
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
        status = self.run(options, args)
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/commands/install.py", line 360, in run
        prefix=options.prefix_path,
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/req/req_set.py", line 784, in install
        **kwargs
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/req/req_install.py", line 851, in install
        self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
        isolated=self.isolated,
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/wheel.py", line 345, in move_wheel_files
        clobber(source, lib_dir, True)
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/wheel.py", line 316, in clobber
        ensure_dir(destdir)
      File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/utils/__init__.py", line 83, in ensure_dir
        os.makedirs(path)
      File "/usr/lib/python3.6/os.py", line 220, in makedirs
        mkdir(name, mode)
    PermissionError: [Errno 13] Permission denied: '/home/djangogirls/myvenv/lib/python3.6/site-packages/django'

    Slove:sudo chown -R astro:astro /home/djangogirls

    Done!

  • 相关阅读:
    .XamlReader.Load()解决给定编码中的字符无效与无法创建未知类型
    ie中jQuery无法解析xml文件的解决方案[转帖]
    关于BI
    关天response.setContentType()和application/json
    win7 exe程序icon消失
    关于spring的p标签(转)
    人生的阶段(转)
    Firefox高版本中alert样式问题
    IDM606注册
    Java 线程池
  • 原文地址:https://www.cnblogs.com/hardcore/p/8728797.html
Copyright © 2011-2022 走看看