LEOXINGU / lftools

Tools for cartographic production, surveying, digital image processing and spatial analysis.
MIT License
52 stars 7 forks source link

Unable to use LF Tools in QGIS 3.32.2 Ubuntu 22.04.3 LTS #10

Closed kennorris49 closed 1 year ago

kennorris49 commented 1 year ago

Couldn't load plugin 'lf tools' due to an error when calling its classFactory() method

ModuleNotFoundError: No module named 'PIL'

I'm a rank amateur at this so please be patient and thanks, prospectively, for the plugin.

LEOXINGU commented 1 year ago

This problem is happening because your QGIS is being installed missing the PIL package (from Pillow), but it can be resolved. Install Pillow through the OSGeo Shell using the command: python3 -m pip install Pillow==8.4.0 Note: You must run as administrator. If you have any questions about the execution, feel free to ask me.

kennorris49 commented 1 year ago

Many thanks but I think I had Pillow 10.0.1 installed already. Your kind suggestion removed that and installed 8.4.0 But my problems with QGIS, self-inflicted, are now quite deep and nothing to do with you input.

On Sun, Oct 22, 2023 at 9:51 AM Leandro França @.***> wrote:

This problem is happening because your QGIS is being installed missing the PIL package (from Pillow), but it can be resolved. Install Pillow through the OSGeo Shell using the command: python3 -m pip install Pillow==8.4.0 Note: You must run as administrator. If you have any questions about the execution, feel free to ask me.

— Reply to this email directly, view it on GitHub https://github.com/LEOXINGU/lftools/issues/10#issuecomment-1773939860, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7TAEUNPSFTGB5HTHD2AS3YARGVJAVCNFSM6AAAAAA4J2EZ5CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZTHEZTSOBWGA . You are receiving this because you authored the thread.Message ID: @.***>