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
Importing dython fails with latest version of scipy (1.12?).
Code to reproduce:
pip install dython alongside the latest version of scipy (1.12?).
Attempt to import dython raises error (I don't recall exactly, but something to do with interp module not found or similar).
Nonideal solution
The error is resolved if you install the prior version of scipy==1.11.4. So the error must be due to a change in the latest version of scipy. Would be great if dython was updated to be compatible with the latest scipy.
The text was updated successfully, but these errors were encountered:
Describe the bug:
Importing dython fails with latest version of scipy (1.12?).
Code to reproduce:
pip install dython
alongside the latest version ofscipy
(1.12?).import dython
raises error (I don't recall exactly, but something to do with interp module not found or similar).Nonideal solution
The error is resolved if you install the prior version of
scipy==1.11.4
. So the error must be due to a change in the latest version of scipy. Would be great if dython was updated to be compatible with the latest scipy.The text was updated successfully, but these errors were encountered: