1 | initial version |
The issue is due to the missing python3.dll
file in Anaconda3.
To fix the issue, you should simply copy the python3.dll
to C:\Program Files\Anaconda3
(or wherever your Anaconda3 is installed).
You can get the python3.dll
by downloading the binaries provided at the bottom of the Python's Release page and extracting the python3.dll
from the ZIP file.