python3.8安装jupyter提示:ERROR: No matching distribution found for puccinialin
Python3.8安装Jupyter报错解决方案 在Python3.8环境下安装Jupyter时出现依赖包"puccinialin"无法找到的问题。经排查,该库可能不支持Python3.8版本。解决方法是通过指定兼容版本完成安装: pip install jupyter pywinpty==2.0.3 notebook==7.3.0 此方案成功解决了依赖冲突问题,使Jupyte
·
python3.8安装jupyter报错解决
python3.8安装jupyter提示:
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/, https://pypi.doubanio.com/simple/, https://pypi.doubanio.com/simple/
ERROR: Could not find a version that satisfies the requirement puccinialin (from versions: none)
ERROR: No matching distribution found for puccinialin
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
解决办法
查了半天,puccinialin库确实有,但是似乎不支持python3.8,那就只能降版本了。
pip insall jupyter pywinpty==2.0.3 notebook==7.3.0

参考
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)