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
if import scipy 1.5.0 and start,there is an error:
from scipy.stats import fisher_exact
from . import _distributor_init
WinDLL(os.path.abspath(filename))
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
so I use scipy 1.4.1 solved
The text was updated successfully, but these errors were encountered:
hevenangel
changed the title
there is a error scipy 1.5.0 while import
there is an error scipy 1.5.0 while import
Sep 19, 2023
if import scipy 1.5.0 and start,there is an error:
from scipy.stats import fisher_exact
from . import _distributor_init
WinDLL(os.path.abspath(filename))
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
so I use scipy 1.4.1 solved
The text was updated successfully, but these errors were encountered: