ModuleNotFoundError: No module named 'imageio.v3'

6,721 views
Skip to first unread message

David Hofmann

unread,
Aug 26, 2022, 12:56:14 PM8/26/22
to openpiv-users
Hello there,

I'm trying to get started with openpiv, so I installed it and I'm now trying to do the OpenPIV tutorial.

I have Anaconda3 installed and tried it within Spyder, Jupyter Notebook and VSC.
The import of openpiv.tools doenst work and gives me the following error message:

ModuleNotFoundError: No module named 'imageio.v3'

I would love to get some help on this, as I couldnt find any threads on this on the usual community sites.

Best regards
David

Ivan Nepomnyashchikh

unread,
Aug 26, 2022, 1:04:35 PM8/26/22
to openpiv-users
I vaguely remember having the same problem. If I'm not mistaken that was due to using conda install openpiv command instead of the command specified in the tutorial: conda install -c conda-forge openpiv.
Ivan

Ivan Nepomnyashchikh

unread,
Aug 26, 2022, 1:07:17 PM8/26/22
to openpiv-users
But - if it matters - I use miniconda3 in the Windows console.

Alex Liberzon

unread,
Aug 26, 2022, 2:26:37 PM8/26/22
to openpiv-users
please run in the openpiv conda environment (or in the base, if you don't have separate environments) the

pip install imageio --upgrade

Probably this installed the previous version of imageio automatically.

Alex Liberzon

unread,
Aug 26, 2022, 2:27:34 PM8/26/22
to openpiv-users
which version did you install of openpiv?

On Friday, August 26, 2022 at 7:56:14 PM UTC+3 davidho...@gmail.com wrote:

David Hofmann

unread,
Aug 28, 2022, 4:58:20 PM8/28/22
to openpiv-users
upgrading imageio did the trick, I had version 2.9.0 installed

I installed openpiv following the Installation instruction @ https://openpiv.readthedocs.io/en/latest/src/installation_instruction.html
with  conda install -c conda-forge openpiv

I'm not used to working with prompts and relatively new to programming in general, except for working with numpy and matplotlib.
If you have any introductory tips for openpiv like the tutorial, let me know :)

Thank you for the quick response!

Alex Liberzon

unread,
Aug 28, 2022, 5:12:10 PM8/28/22
to openpiv-users
Hi,

i'd suggest to learn by examples

clicking on any notebook would show on github the preview

clicking on the launch binder would open a ready to run machine https://mybinder.org/v2/gh/openpiv/openpiv-python-examples/main
Reply all
Reply to author
Forward
0 new messages