there is an error scipy 1.5.0 while import
hevenangel opened this issue · 0 comments
hevenangel commented
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