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