tests\py\testsuite.py:3: in <module>
from .numericaltests import NumericalDataUnitTest
tests\py\numericaltests.py:4: in <module>
import peakingduck as pkd
peakingduck\__init__.py:1: in <module>
import peakingduck.util as util
peakingduck\util\__init__.py:2: in <module>
from PEAKINGDUCK.util import *
E ImportError: DLL load failed while importing PEAKINGDUCK: The specified module could not be found.
Is the last name intended to be in CAPS?
Other than that, “The specified module could not be found.
” may mean that a dependency DLL is not found.