Jeremy Kloth <jeremy.kloth+python-trac...@gmail.com> added the comment:

The error from importing numpy comes from attempting to load a 64-bit DLL in a 
32-bit process.  This stems from the shared user install directory (now fixed 
in 3.9, I believe).

There is most likely a mix of 32- and 64-bit extensions in the user install 
directory that are causing issues.  To test this, Tushar, please rename/move 
the '%APPDATA%\Python\Python38' directory.

----------
nosy: +jkloth

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41758>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to