Skip to content
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

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

Closed
kennorris49 opened this issue Sep 4, 2023 · 2 comments
Closed

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

kennorris49 opened this issue Sep 4, 2023 · 2 comments

Comments

@kennorris49
Copy link

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
Copy link
Owner

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
Copy link
Author

kennorris49 commented Oct 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants