This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients jkloth, terry.reedy, tusharsadhwani
Date 2020-09-14.04:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600058287.9.0.459246364142.issue41758@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-14 04:38:07jklothsetrecipients: + jkloth, terry.reedy, tusharsadhwani
2020-09-14 04:38:07jklothsetmessageid: <1600058287.9.0.459246364142.issue41758@roundup.psfhosted.org>
2020-09-14 04:38:07jklothlinkissue41758 messages
2020-09-14 04:38:07jklothcreate