-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cannot import Voronoi
from scipy.spatial
#624
Comments
Likely related to #619 |
Any idea how to solve this? @michaelweinold #619 does not seem to point to a solution |
As per @martinRenou‘s comment, the only way to resolve the issue would be a version upgrade of matplotlib and scipy. Unfortunately, both pull requests (linked in the discussion of #619) have test failures at the moment. |
Thanks! |
should be fixed with #643 |
Thanks @DerThorsten ! Will try this out when I have some time :-) |
Hello,
I'm trying to import
Voronoi
fromscipy.spatial
but it does not work, see the error message.My
environment.yml
:and SciPy is correctly installed from your channel:
I have tried clearing the cache, but this does not solve the issue.
I took a quick look at https://github.com/emscripten-forge/recipes/tree/main/recipes/recipes_emscripten/scipy, and it does not seem that
Voronoi
was removed from SciPy.Locally, when
scipy==1.8.1
on Python 3.10, I can import it with success:The text was updated successfully, but these errors were encountered: