在cmd中用pip安装myqr时遇到的报错问题;

安装myqr包时第一个问题


然后按照命令进行更新

再次报这个错误;解决方法:找到自己安装python的路径删除箭头所指文件;

再次输入命令就升级成功过了,但是安装包时提醒
Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘c:\program files\python37\Lib\site-packages\PIL’
Consider using the --user option or check the permissions.

这时, 即使用管理员权限,也依然无法解决上面的错误,

这时,只需要添加 –user, 即

pip install myqr -i https://pypi.douban.com/simple --user

就可以正常运行了,这时myqr已经安装上了,又出来一些提示信息

The script f2py.exe is installed in ‘C:\Users\聪\AppData\Roaming\Python\Python37\Scripts’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
The scripts imageio_download_bin.exe and imageio_remove_bin.exe are installed in ‘C:\Users\聪\AppData\Roaming\Python\Python37\Scripts’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
以上提示建议对以上几个执行程序设置环境路径设置,而这几个执行程序都在AppData这个隐藏路径下,需要手动在文件路径栏输入回车

在cmd中用pip安装myqr时遇到的报错问题;相关推荐

  1. CentOS 7 安装 ModSecurity 时 make 命令报错解决方案

    CentOS 7 安装 ModSecurity 时 make 命令报错解决方案:` 项目场景:有学习安全的朋友 可能会接触到 ModSecurity,在这里我也不多bb,人家官网比我讲的好. ModS ...

  2. 安装asterisk 时遇到的报错情况,及解决办法。

    Debian 9 安装 asterisk https://linuxize.com/post/how-to-install-asterisk-on-debian-9/ configure 过程中遇到的 ...

  3. centos8 解决编译安装 nginx时遇到的报错

    下载解压切换目录略~ 编译nginx [root@iZgt88z6l1kvd7Z nginx-1.10.1]# ./configure --prefix=/usr/local/nginx --with ...

  4. 535 5.7.8 Error: authentication failed: generic failure安装EMOS时SMTP测试报错

    按照官方手册安装EMOS时候,进行到SMTP认证测试的时候报如下错: 535 5.7.8 Error: authentication failed: generic failure 原来是因为之前关闭 ...

  5. 在Anaconda中用pip安装Pytorch后无法用pycharm打开

    在Anaconda中用pip安装Pytorch后无法用pycharm打开 安装完Anaconda之后,在Anaconda prompt中用pip安装了Pytorch,当使用Pycharm导入torch ...

  6. pip安装软件时出现Command python setup.py egg_info failed with error code 1 in /tmp/pip-build*的解决方案

    本文只提供本人的一些经验,不代表可以解决所有人的问题. pip安装软件时出现:Command "python setup.py egg_info" failed with erro ...

  7. 通过 pip 安装软件时提示 0.1.36ubuntu1,0.23ubuntu1 is an invalid version 的完美解决方案。

    通过 pip 安装软件时提示 0.1.36ubuntu1,0.23ubuntu1 is an invalid version and will not be supported in a future ...

  8. 使用pip安装模块时提示: No module named pip

    使用pip安装模块时提示: No module named pip 今天使用pip安装模块提示错误信息: No module named pip windows 解决方法: >>> ...

  9. 使用python pip安装PyQt5时遇到的不能安装d3dcompiler_47.dll错误

    使用python pip安装PyQt5时遇到的不能安装d3dcompiler_47.dll错误 现象 尝试 解决方法 现象 初次尝试安装PyQt5,就遇到了个活见鬼的问题,错误信息如下: ERROR: ...

  10. pip安装软件时:raise ReadTimeoutError(self._pool, None, ‘Read timed out.‘) pip._vendor.urllib3.exceptions.

    这个地方网巨慢,在安装numoy时,出现pip安装软件时:raise ReadTimeoutError(self._pool, None, 'Read timed out.') pip._vendor ...

最新文章

  1. Source Insight 经典教程
  2. vistualSVN server:Windows下SVN服务器利器
  3. python修改父类属性_Python super和设置父类属性
  4. 大剑无锋之什么是值传递和引用传递?【面试推荐】
  5. 交个朋友,还得看小米
  6. (android实战)创建查看试卷答案功能(类似于疯狂小鸟的选关)
  7. iptables上课内容
  8. xml文件和DataTable之间相互转换
  9. Python - PyCharm部分快捷键
  10. linux 下安装boost 库
  11. java同期_Java日期处理-本期,同期,上期
  12. webservice axis2+spring整合
  13. 数字货币期货现货交易技巧,把握关键进场的买入点!(纯干货)
  14. MyBatis读数据库出现很多字段都是null的问题
  15. Error1819(HY000):Your password does not satisfy the current policy requirements
  16. 如何编译android的linux 内核,ubuntu下编译android内核(arm-none-linux-gnueabi-)
  17. ITE(新联阳) soc显控芯片介绍
  18. 从键盘输入一批字符(以@结束),按要求加密并输出。加密规则为:1.所有字母均转化为小写;2.若是a到y,则转化为下一个字母;3.若是z,则转化为a;4.其他字符保持不变
  19. 浏览器中本机智能卡支持的案例
  20. stm32使用自定义打点函数方式移植stemwin

热门文章

  1. python解决鸡兔同笼_python解决鸡兔同笼问题
  2. 学习技术的三部曲:WHAT、HOW、WHY【转】
  3. 公众号滑动图代码_微信公众号文章滑动图片怎么做的呢?
  4. PLC 数据内存读写 调试软件工具
  5. C语言把csv文件转xls,Excel怎么批量将CSV格式转换为xlsx或xls格式?VBA、宏、软件?...
  6. 一元三次方程c语言程序,求解一元三次方程近似解的几种算法(C语言)
  7. 行业下行,丧失亮点的OPPO慢人一步
  8. Transformer最新综述
  9. LeetCode 643. 子数组最大平均数 I(简单)
  10. c语言反步法编程,CCM模式下Boost电路的反步法非线性控制与仿真.pdf