zoukankan      html  css  js  c++  java
  • ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/itsdangerous' Consider using the `--user` option or check the permissions

    近期练习flask写个blog,

    安装flask扩展时

    pip install Flask-WTF

    ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/itsdangerous' Consider using the `--user` option or check the permissions.

    如图所示

    这里报这个错,主要是因为权限不够 ,用下面的命令安装即可

    pip install Flask-WTF --user

    如上图所示

    这样就安装成功了

  • 相关阅读:
    产品经理经常犯的错误李可按
    skills_hive
    skills_office
    skills_idea
    skills_linux
    skills_ubuntu
    skills_git
    skills_redis
    skills_centos
    problems_hive
  • 原文地址:https://www.cnblogs.com/zmdComeOn/p/11428570.html
Copyright © 2011-2022 走看看