This template is for bug reporting. For general questions about the simulator, please create a new discussion at https://forum.devsim.org
Describe the bug
python.org python not supported on Windows
Anaconda is the standard install. The official Python version uses a different directory structure, and does not provide zlib.dll.
Additional context
To find the Intel MKL dll's:
set PATH=c:/Users/user/venv/Library/bin;%PATH%
and then find a copy of zlib.dll somewhere. This zlib.dll should be provided as part of the release.
https://forum.devsim.org/t/importerror-dll-load-failed-while-importing-devsim-py3/345
This template is for bug reporting. For general questions about the simulator, please create a new discussion at https://forum.devsim.org
Describe the bug
python.org python not supported on Windows
Anaconda is the standard install. The official Python version uses a different directory structure, and does not provide zlib.dll.
Additional context
To find the Intel MKL dll's:
and then find a copy of zlib.dll somewhere. This zlib.dll should be provided as part of the release.
https://forum.devsim.org/t/importerror-dll-load-failed-while-importing-devsim-py3/345