pycharm错误:Could not find a version that satisfies the requirement gensim (from versions: ) No matching distribution found for gensim


python安装gensim

1.报错提示

Collecting gensim

Could not find a version that satisfies the requirement gensim (from versions: )
No matching distribution found for gensim

收集gensim

找不到满足gensim要求的版本(来自版本:)

找不到gensim的匹配分布

2.最终解决办法

打开python项目目录下venv/scripts;

使用国内镜像,加快下载速度pip install -i https://pypi.tuna.tsinghua.edu.cn/simple gensim;

输入pip install gensim 就可以迅速的下号gensim的包。

D:\>cd \Programs\YiQing\venv\Scripts

D:\Programs\YiQing\venv\Scripts>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple gensim

D:\Programs\YiQing\venv\Scripts>pip install gensim

参考博客:https://blog.csdn.net/qq_43542074/article/details/102734818

3.其他解决办法

若上面的方法没解决参考 博客 ,里面有比较多的解决方法,但是我今天用的时候没有解决自己的问题。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 python Could not find a version that satisfies the requirement pymysql (from versions: none) ERROR: No matching distribution found for pymysql ERROR: Could not find a version that satisfies the requirement tensortfows (from versions: none) ERROR: No matching distribution found for tensortfows win 10 pip Could not find a version that satisfies the requirement selenium (from versions: ) No matching distribution found for selenium 安装yamL 文件报错:Could not find a version that satisfies the requirement yaml (from versions: ) No matching distribution found for yaml centos解决Could not find a version that satisfies the requirement pip3 (from versions: none)及No matching distribution found for pip3问题 【Python配置】pandas包的安装和Could not find a version that satisfies the requirement pandas (from versions: none) ERROR: No matching distribution found for pandas的解决 pip install 报错 ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL Python之使用pip安装三方库Error:Could not find a version that satisfies the requirement (from versions: none),No matching distribution found for 树莓派pip安装opencv报错,Could not find a version that satisfies the requirement cv2 (from versions: )No matching distribution found for cv2 linux安装yaml时出现Could not find a version that satisfies the requirement yaml (from versions: ) No matching distribution found for yaml
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM