报错:

Cannot unpack file C:\Windows\TEMP\pip-unpack-4mbfczpj\simple (downloaded from C:\Windows\TEMP\pip-req-build-66uynkdi, content-type: text/html; charset=utf-8); cannot detect
archive format
Cannot determine archive format of C:\Windows\TEMP\pip-req-build-66uynkdi

解决:

换源

pip install --extra-index-url http://mirrors.aliyun.com/pypi/simple/ config 
或者使用清华源 https://pypi.tuna.tsinghua.edu.cn/simple 

最新文章

  1. Java Basic Exception
  2. python基础_制作多级菜单_(运用:字典_列表_元组等知识)
  3. 第一行代码 Android 第二版到货啦
  4. Starship Troopers
  5. 如何将XML转换成XSD(XML Schema)文件
  6. Java遍历Map对象的四种方法
  7. 删除: warning C4996: 'sprintf': This function or variable may be unsafe. Consider 方法
  8. Entity Framework 新手入门友好实例
  9. 文件上传之伪Ajax方式上传
  10. PyCharm 2018 永久激活
  11. Acitiviti数据库表设计(学习笔记)
  12. ASP.NET Core API 接收参数去掉烦人的 [FromBody]
  13. ZOJ - 3471
  14. hdu 6185 递推+【矩阵快速幂】
  15. gz文件最后四位检测
  16. css3鼠标经过出现转圈菜单(仿)
  17. 2 CDuiString的bug
  18. golang and intellij
  19. Linux 2.6内核Makefile浅析【转】
  20. urlencode rawurlencode htmlspecialchars htmlentities

热门文章

  1. Linux搭建NFS服务
  2. Educational Codeforces Round 78 (Rated for Div. 2)
  3. 在WPF中开启摄像头扫描二维码(Media+Zxing)
  4. Spring与Shiro整合 静态注解授权
  5. 【前端学习】网页tab键的实现 01
  6. 报错解决 unable to unroll loop, loop does not appear to terminate in a timely manner (994 iterations) or unrolled loop is too large, use the [unroll(n)] attribute to force an exact higher number
  7. Java基础语法02-流程控制-if-switch-for-while
  8. JavaScript工具库
  9. linux,发布.netcore填坑,自动升级core版本后,运行报错:'Microsoft.AspNetCore.App', version '3.0.0' was not found.
  10. SpringBoot集成swagger2.0