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
The original problem was when I tried to use matplotlib. I traced it to an error caused with kiwisolver.
It is on a Windows 10 machine. I have tried various versions of python from 3.9 to 3.11.3
Here is the traceback provided when trying to import kiwisolver
\Lib\site-packages\kiwisolver_init_.py", line 8, in
from ._cext import (
ImportError: DLL load failed while importing _cext: The specified module could not be found.
Which DLL is it trying to load and from where?
The text was updated successfully, but these errors were encountered:
The original problem was when I tried to use matplotlib. I traced it to an error caused with kiwisolver.
It is on a Windows 10 machine. I have tried various versions of python from 3.9 to 3.11.3
Here is the traceback provided when trying to import kiwisolver
\Lib\site-packages\kiwisolver_init_.py", line 8, in
from ._cext import (
ImportError: DLL load failed while importing _cext: The specified module could not be found.
Which DLL is it trying to load and from where?
The text was updated successfully, but these errors were encountered: