Amazon Sagemaker JupiterLab笔记本 - 没有针对Pandas找到的匹配分布
如果我尝试升级 pandas 1.1.5 在我的 aws sagemaker 提供 jupyterlab 笔记本找不到匹配分布。
If I attempt to Upgrade Pandas above version 1.1.5 on my AWS Sagemaker provided JupyterLab notebook I receive the error No Matching Distribution Found.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此 - pandas == 1.3.1
支持Python 3.6的最新版本为1.1.5。
您可以在现有笔记本中使用Python版本> = 3.7创建一个新的Conda环境,也可以使用Amazon Linux 2转到笔记本(请参阅博客文章)。在AL2笔记本电脑中,
conda_python3
内核具有Python 3.8。see this - No matching distribution found for pandas==1.3.1
The latest version to support python 3.6 is 1.1.5.
You can create a new conda environment with python version >= 3.7 in your existing notebook, or move to notebooks with Amazon Linux 2 (see blog post). In the AL2 notebooks,
conda_python3
kernels come with Python 3.8.