You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
PySawit uses numpy, and numpy appears to be incompatible with Python 3.7. In some cases, you might get the exception ImportError thrown, with the following message:
ImportError: DLL load failed: The specified module could not be found.
This problem does not happen prior to Python 3.7. So to fix this issue, do not upgrade to Python 3.7 or later until this issue is resolved by the powers that be. I have tested on Python 3.6.6 and this problem does not occur.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PySawit uses
numpy
, andnumpy
appears to be incompatible with Python 3.7. In some cases, you might get the exceptionImportError
thrown, with the following message:This problem does not happen prior to Python 3.7. So to fix this issue, do not upgrade to Python 3.7 or later until this issue is resolved by the powers that be. I have tested on Python 3.6.6 and this problem does not occur.
The text was updated successfully, but these errors were encountered: