-
Notifications
You must be signed in to change notification settings - Fork 11
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
No module named 'imageio.v3' #38
Comments
Hi @magland, Sorry about that -- we do all of our environment management and testing using 2.15 is a little old, so I'm surprised that's what you had in the environment. Here's the relevant discussion regarding the v3 API: imageio/imageio#725 I'll pin our deps to a newer version now, but try updating it with:
Cheers, Talmo |
Thanks Talmo, that did the trick. But I got a warning, because ironically, it's sleap that requires imageio<=2.15.0 https://github.com/talmolab/sleap/blob/1a0404c0ffae7b248eb360562b0bb95a42a287b6/requirements.txt#L22 |
Hah of course! We're working on updating all the deps but it's been tricky... I think we had pinned imageio because of imgaug, which is another one we need to address. Glad this worked, though I imagine sleap will probably have other annoying dependencies at the moment as well. Closing for now but feel free to reply or open another issue if there's any other problems with imageio! |
I installed sleap-io via
Then upon
I get error
The version of imageio installed is 2.15.0
The text was updated successfully, but these errors were encountered: