You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I simply opened Spyder. Did not run a single line of code.
Traceback
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ProgramData\anaconda3\lib\site-packages\spyder\plugins\application\container.py", line 416, in _compute_dependencies
dependencies.declare_dependencies()
File "C:\ProgramData\anaconda3\lib\site-packages\spyder\dependencies.py", line 452, in declare_dependencies
add(dep['modname'], dep['package_name'],
File "C:\ProgramData\anaconda3\lib\site-packages\spyder\dependencies.py", line 383, in addDEPENDENCIES+= [Dependency(modname, package_name, features,
File "C:\ProgramData\anaconda3\lib\site-packages\spyder\dependencies.py", line 325, in __init__self.installed_version = programs.get_module_version(modname)
File "C:\ProgramData\anaconda3\lib\site-packages\spyder\utils\programs.py", line 842, in get_module_version
mod =__import__(module_name)
File "C:\ProgramData\anaconda3\lib\site-packages\matplotlib\__init__.py", line 131, in <module>from . import _api, _version, cbook, _docstring, rcsetup
File "C:\ProgramData\anaconda3\lib\site-packages\matplotlib\rcsetup.py", line 27, in <module>from matplotlib.colors import Colormap, is_color_like
File "C:\ProgramData\anaconda3\lib\site-packages\matplotlib\colors.py", line 56, in <module>from matplotlib import _api, _cm, cbook, scale
File "C:\ProgramData\anaconda3\lib\site-packages\matplotlib\scale.py", line 22, in <module>from matplotlib.ticker import (
File "C:\ProgramData\anaconda3\lib\site-packages\matplotlib\ticker.py", line 138, in <module>from matplotlib import transforms as mtransforms
File "C:\ProgramData\anaconda3\lib\site-packages\matplotlib\transforms.py", line 49, in <module>from matplotlib._path import (
AttributeError: _ARRAY_API not found
Yeah, I'm afraid you broke your Anaconda installation and now you have to reinstall it. Please see the second part of our video to learn how to do it properly.
Description
What steps will reproduce the problem?
I simply opened Spyder. Did not run a single line of code.
Traceback
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: