成功解决ERROR: Could not find a version that satisfies the requirement pyfm (from versions: 0.2, 0.2.1,

成功解决ERROR: Could not find a version that satisfies the requirement pyfm (from versions: 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4)

目录

解决问题

解决思路

解决方法


解决问题

ERROR: Could not find a version that satisfies the requirement pyfm (from versions: 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4)

解决思路

错误:无法找到满足pyfm要求的版本(从版本:0.2,0.2.1,0.2.2,0.2.3,0.2.4)

解决方法

pip 从 git 源码仓库直接 install

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyfm

改为

pip install git+https://github.com/coreylynch/pyFM

Guess you like

Origin blog.csdn.net/qq_41185868/article/details/130164295