windows安装flask报错

输入 pip install -U Flask报错

distributed 1.21.8 requires msgpack,which is not installed
you are using pip version 10.0.1,however version 19.0.3 is available.
you should consider upgrading via the ‘python -m pip install --upgrade pip’ command.
分布式1.21.8需要MSGPack,但未安装
您使用的是10.0.1版PIP,但是19.0.3版可用。
您应该考虑通过“python-m pip install–upgrade pip”命令进行升级。
windows安装flask报错解决
输入命令 python-m pip install–upgrade pip 更新python
windows安装flask报错解决
重新输入pip install -U flask 成功
windows安装flask报错解决

相关文章:

  • 2021-06-09
  • 2021-11-14
  • 2021-12-30
  • 2021-06-22
  • 2021-07-23
  • 2021-11-23
  • 2021-07-31
  • 2021-11-26
猜你喜欢
  • 2020-07-21
  • 2021-09-29
  • 2021-09-05
  • 2021-08-07
  • 2021-11-18
  • 2021-05-01
  • 2021-06-05
相关资源
相似解决方案