提示错误:

[email protected]:~$ pip install openslide
Collecting openslide
  Could not find a version that satisfies the requirement openslide (from versions: )
No matching distribution found for openslide
安装openslide,使用pip install openslide失败

解决方法:

进入官网按照需求使用相应的命令https://openslide.org/download/

 

安装openslide,使用pip install openslide失败

安装好了以后,如果还是有红色的波浪线提示的话,检查一下是否是解释器设置不对

项目用的是flask,所以有Jinja2

安装openslide,使用pip install openslide失败

如果还是红,就到Project里面添加

安装openslide,使用pip install openslide失败

然后就ok啦

 

相关文章:

  • 2021-11-07
  • 2021-11-05
  • 2021-08-06
  • 2021-08-06
  • 2021-08-06
  • 2021-11-29
  • 2021-11-04
  • 2021-10-17
猜你喜欢
  • 2021-11-18
  • 2021-11-04
  • 2021-11-18
  • 2019-02-25
  • 2021-11-19
  • 2021-10-20
  • 2021-08-21
  • 2021-09-17
相关资源
相似解决方案