I have tried to install devsim on a windows 10 machine multiple times and continue to get the same error when executing devsim. Any idea what is missing and how to satisfy the dll requirement?
python
Python 3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import devsim
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\devsim\lib\devsim\__init__.py", line 7, in <module>
from .devsim_py3 import *
ImportError: DLL load failed while importing devsim_py3: The specified procedure could not be found.
>>>