1.pip 的版本过高,导致安装失败
之前是23.0版本,由于版本过高,安装第三方包一直报错
'lxml==4.5.0',
'Flask-APScheduler==1.12.3'
'SQLAlchemy==1.4.39'
通过命令行降级版本后,重新安装成功
2.可能第三方包需要对应的依赖,比如lxml,这时候需要手动安装lxml对应的文件
使用pip命令安装 lxml时,报错如下
ERROR: lxml-4.9.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
错误原因:资源版本不对
ERROR: lxml-4.9.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform