Hi,
as you ask to comment in case of testing flow-py with a mac (Ventura 13.3.1).
After dealing a bit with GDAL and pyqt5, I manage to use flow-py.
Solution was to install GDAL-3.7.2, following some indications here: https://gist.github.com/kelvinn/f14f0fc24445a7994368f984c3e37724
Than I had to install PyQt6: pip install PyQt6.
The two poin above within a conda env with the other requirements for flow-py.
Finally, I had to change a few lines in the scripts using PyQt, due to minor differences in the use of some commands with the new version of the library.
In case you need, I can send the scripts with the new commands.
Best regards, Luca
Hi,
as you ask to comment in case of testing flow-py with a mac (Ventura 13.3.1).
After dealing a bit with GDAL and pyqt5, I manage to use flow-py.
Solution was to install GDAL-3.7.2, following some indications here: https://gist.github.com/kelvinn/f14f0fc24445a7994368f984c3e37724
Than I had to install PyQt6: pip install PyQt6.
The two poin above within a conda env with the other requirements for flow-py.
Finally, I had to change a few lines in the scripts using PyQt, due to minor differences in the use of some commands with the new version of the library.
In case you need, I can send the scripts with the new commands.
Best regards, Luca