先来介绍一下背景吧,我在学习一份关于附在一份文献上的源码,因为需要stanfordnlp包,所以我就想着安装一下。本来认为挺简单的一件事情,结果花费了好久的时间。所以写篇文章记录一下。 我使用的是pip来安装stanfordnlp,然后有如下图的错误提示: 简单来说就是找不到匹配 ...
pip安装总是报错: 解决方法: 默认的pip源的问题,这里可以使用国内的镜像 国内的一些pip源: 阿里云 http: mirrors.aliyun.com pypi simple 中国科技大学 https: pypi.mirrors.ustc.edu.cn simple 豆瓣 douban http: pypi.douban.com simple 清华大学 https: pypi.tuna.t ...
2021-01-25 23:11 0 604 推荐指数:
先来介绍一下背景吧,我在学习一份关于附在一份文献上的源码,因为需要stanfordnlp包,所以我就想着安装一下。本来认为挺简单的一件事情,结果花费了好久的时间。所以写篇文章记录一下。 我使用的是pip来安装stanfordnlp,然后有如下图的错误提示: 简单来说就是找不到匹配 ...
在公司用pip安装openpyxl库时,执行pip install openpyxl 后,报错:Could not find a version that satisfies the requirement jdcal (from openpyxl) (from versions ...
执行python get-pip.py报错: Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool ...
安装完成即可解决无法引入PIL的问题。 ...
解决方案就是 查看对应的python包是否支持当前python的版本,如果不支持就会出现上图异常,楼主是更新了一下包的版本(包支持当前python的版本)即可, 就是去下图 ...
本来就是用pip3命令 ,pip3 install 包名 但是报错 No matching distribution found for........... 此时有点懵逼,从来没出现过这个问题,遂尝试用apt-get安装: sudo apt-get install ...
问题描述: 已经安装的Python版本为3.6.1, 在公司网络环境运行. CMD中安装第三方模块pyperclip时候, 报错'No matching distribution found for pyperclip'. 如下: 解决思路: 使用ping命令发现所有 ...
前言 我在使用pip install opencv-python 时报错 Could not find a version that satisfies the requirement opencv (from versions: ) No matching distribution ...