用户登录
用户注册

分享至

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

  • 作者: 功夫不好1
  • 来源: 51数据库
  • 2022-11-14

问题描述

我下载了 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.

软件
前端设计
程序设计
Java相关