Record a problem. Anaconda3 CONDA version 4.6.7 is installed NB_ CONDA failed and damaged the original environment, resulting in an error as shown in the title.
It is speculated that there is a problem with the dependency. First, check the piptree and find that all dependencies are satisfied. However, I manually updated setuptools during the process of CONDA update CONDA. Although the update of CONDA update CONDA failed, the version of setuptools has been updated to 58.0.0,
– setuptools [required: >=36, installed: 58.0.0]
The highest requirement is only 36. It is suspected that the version is too new and the old version is not compatible. Then I tried the degraded version
pip uninstall setuptools
pip install setuptools==36.0.2
Problem solving.
Read More:
- AttributeError: module ‘keras.backend‘ has no attribute ‘eager‘
- Attributeerror: module “Seaborn” has no attribute “lineplot”
- Solving attributeerror: module ‘Matplotlib’ has no attribute ‘artist’
- [error] attributeerror: module ‘SIP’ has no attribute ‘setapi‘
- Error reporting: attributeerror: module ‘******* has no attribute’ ******* and other problems are solved
- AttributeError: module ‘onnxruntime‘ has no attribute ‘InferenceSession‘
- AttributeError:module“seaborn” has no attribute “lineplot”
- Attributeerror: ‘module’ object has no attribute ‘handlers’ — Python sub module import problem
- AttributeError:module ‘seaborn‘ has no attribute ‘tsplot‘
- Attributeerror: the solution of module ‘urllib’ has no attribute ‘quote’
- AttributeError: module ‘os’ has no attribute ‘mknod’
- AttributeError: module ‘sacrebleu‘ has no attribute ‘compute_bleu‘
- AttributeError: module ‘torch’ has no attribute’_six’ [The problem is solved after restart]
- AttributeError: module ‘scipy.misc’ has no attribute ‘imread’
- AttributeError: module ‘numpy‘ has no attribute ‘getbuffer‘
- AttributeError: module ‘os‘ has no attribute ‘fork‘
- AttributeError: module ‘onnxruntime‘ has no attribute ‘InferenceSession‘
- Solving attributeerror: module ‘Matplotlib’ has no attribute ‘plot‘
- Solving attributeerror: module ‘urllib’ has no attribute ‘request’
- AttributeError: module…ops‘ has no attribute ‘_TensorLike‘, ValueError: `updates` argument..eager