AttributeError:“_NamespacePath"对象没有属性“排序"

2022-01-10 00:00:00 python anaconda

问题描述

我下载了 anaconda,当尝试使用 cmd 启动 jupyter notebook 时,错误显示为 AttributeError: '_NamespacePath' object has no attribute 'sort'.我通过在 windows os 的 cmd 中输入 jupyter notebook 来启动 jypyter.感谢您解决我的错误

I downloaded anaconda and when try to launch jupyter notebook using cmd, the error appear as AttributeError: '_NamespacePath' object has no attribute 'sort'. I am launching jypyter by typing jupyter notebook in cmd in windows os. Thanks for solving my error


解决方案

我建议你试试这个:

pip install --upgrade pip setuptools

基于 https://github.com/GoogleCloudPlatform/google-cloud-python/issues/2990.

相关文章