I updated and upgraded the brew hierarchy before.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 jrc$ ~/bin/photos/NVlistTagsFromPhoto.py /Volumes/SSD-APFS/MES_PHOTOS/lemaul_photos/9\ JUILLET\ 06\ -EL\ PRESIDENTE\ 014.jpg Traceback (most recent call last): File "/Users/jrc/bin/photos/NVlistTagsFromPhoto.py", line 29, in <module> import py3exiv2 ModuleNotFoundError: No module named 'py3exiv2' jrc$ pip3 install py3exiv2 Requirement already satisfied: py3exiv2 in /usr/local/lib/python3.11/site-packages (0.11.0) jrc$ type python3 python3 is /usr/local/bin/python3
Any idea would be appreciated
Partager