base CUsersyanghengpip install genism ERROR Could not find a version that satisfies the requirement genism from versions none ERROR No matching distribution found for genism 请给出解决的具体步骤
- 检查拼写错误,正确的库名应为gensim而非genism;
- 确认已经安装了pip,可以在命令行中输入pip --version查看;
- 确认网络连接正常,可以尝试使用ping命令测试;
- 如果以上步骤都没有解决问题,可以尝试更新pip,命令为pip install --upgrade pip;
- 如果还是无法安装,可以尝试使用conda安装:conda install gensim。
原文地址: https://www.cveoy.top/t/topic/bnPF 著作权归作者所有。请勿转载和采集!