Huracan-project / huracanpy

Package for working with various forms of feature tracking data
MIT License
3 stars 2 forks source link

Matplotlib-venn loading fails when loading Huracanpy #22

Open stella-bourdin opened 3 months ago

stella-bourdin commented 3 months ago

When installing huracanpy via pip install huracanpy in an environment where matplotlib-venn was not installed beforehand (?), and then opening python and importing huracanpy, a error is raised that matplotlib-venn is not found. Current fix = going back and running pip install matplotlib-venn

leosaffin commented 3 months ago

I think this was just due to using "--pre" for the install. There is a 1.0.0-alpha that can get installed and cause errors (https://pypi.org/project/matplotlib-venn/#history). It's the only way I can reproduce this error

stella-bourdin commented 3 months ago

So using the --pre when installing huracanpy forces it for every sub-package being installed on the way? I removed the option from the README in any case

leosaffin commented 3 months ago

So using the --pre when installing huracanpy forces it for every sub-package being installed on the way?

Seems to be the case. That's not how I would expect (or want) it to work either. Maybe there's some other options we can specify to make it work better.

leosaffin commented 3 months ago

Didn't mean to close this, sorry.