Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error with latest version of scipy #159

Closed
marcel-goldschen-ohm opened this issue Jan 28, 2024 · 2 comments
Closed

Import error with latest version of scipy #159

marcel-goldschen-ohm opened this issue Jan 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@marcel-goldschen-ohm
Copy link

sys.version_info(major=3, minor=12, micro=1, releaselevel='final', serial=0)
dython.__version__ = 0.7.4

Describe the bug:

Importing dython fails with latest version of scipy (1.12?).
Code to reproduce:

  1. pip install dython alongside the latest version of scipy (1.12?).
  2. 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.

@marcel-goldschen-ohm marcel-goldschen-ohm added the bug Something isn't working label Jan 28, 2024
@marcel-goldschen-ohm marcel-goldschen-ohm changed the title Import error with latest version of spicy Import error with latest version of scipy Jan 28, 2024
@shakedzy
Copy link
Owner

Duplicate of: #156 - Fix is already available by installing from source (version 0.7.5.dev), will be released to PyPi soon.

@shakedzy
Copy link
Owner

shakedzy commented Feb 4, 2024

Version 0.7.5 has been published to PyPi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants