No module named openpyxl
7 posts
Page 1 of 1
- gni_support
- Posts: 64
- Joined: Wed Sep 20, 2017 1:05 pm
Cannot enable plugin GniPlannerFTTH, because occurs an error "No module named openpyxl".
Attachments

screen No module named openpyxl2.jpg (111.32 KiB) Viewed 11520 times

screen No module named openpyxl1.jpg (86.87 KiB) Viewed 11520 times

screen No module named openpyxl.png (46.24 KiB) Viewed 11538 times
screen No module named openpyxl2.jpg (111.32 KiB) Viewed 11520 times
screen No module named openpyxl1.jpg (86.87 KiB) Viewed 11520 times
screen No module named openpyxl.png (46.24 KiB) Viewed 11538 times
- gni_support
- Posts: 64
- Joined: Wed Sep 20, 2017 1:05 pm
Solution Ubuntu:
Run this command in terminal:
sudo apt-get install python-openpyxl
or
pip install openpyxl
Solution Windows:
Install openpyxl python library (https://openpyxl.readthedocs.io/en/default/).
Locate "bin" folder in your QGIS installation folder (probably "C:\Program Files\QGIS 2.18\bin") and run these commands in windows command line as administrator:
python-qgis.bat -m pip install setuptools (if setuptools are not installed)
python-qgis.bat -m pip install openpyxl
Run this command in terminal:
sudo apt-get install python-openpyxl
or
pip install openpyxl
Solution Windows:
Install openpyxl python library (https://openpyxl.readthedocs.io/en/default/).
Locate "bin" folder in your QGIS installation folder (probably "C:\Program Files\QGIS 2.18\bin") and run these commands in windows command line as administrator:
python-qgis.bat -m pip install setuptools (if setuptools are not installed)
python-qgis.bat -m pip install openpyxl
Hello
I have got a similar problem: First, there was the same situation as explained above ("No module named openpyxl").
I tryed to solve the ploblem by following the desciption above (for Windows).
Now I can not enable plugin GniPlannerFTTH, because occurs an error "cannot import name LXML ".
I am grateful for your help.
I have got a similar problem: First, there was the same situation as explained above ("No module named openpyxl").
I tryed to solve the ploblem by following the desciption above (for Windows).
Now I can not enable plugin GniPlannerFTTH, because occurs an error "cannot import name LXML ".
I am grateful for your help.
Attachments

003.png (22.97 KiB) Viewed 10868 times

002.png (53.88 KiB) Viewed 10868 times

001.png (57.97 KiB) Viewed 10868 times
003.png (22.97 KiB) Viewed 10868 times
002.png (53.88 KiB) Viewed 10868 times
001.png (57.97 KiB) Viewed 10868 times
- gni_support
- Posts: 64
- Joined: Wed Sep 20, 2017 1:05 pm
Mon Jan 01, 2018 8:49 pmMichael wrote:Hello,
I have got a similar problem: First, there was the same situation as explained above ("No module named openpyxl").
I tryed to solve the ploblem by following the desciption above (for Windows).
Now I can not enable plugin GniPlannerFTTH, because occurs an error "cannot import name LXML ".
Try running these commands:
python-qgis.bat -m pip install openpyxl
python-qgis.bat -m pip install lxml
-
- Posts: 1
- Joined: Mon Mar 26, 2018 11:54 am
Wed Sep 20, 2017 1:14 pmgni_support wrote: Solution Ubuntu:
Run this command in terminal:
sudo apt-get install python-openpyxl
or
pip install openpyxl
Solution Windows:
Install openpyxl python library (https://openpyxl.readthedocs.io/en/default/).
Locate "bin" folder in your QGIS installation folder (probably "C:\Program Files\QGIS 2.18\bin") and run these commands in windows command line as administrator:
python-qgis.bat -m pip install setuptools (if setuptools are not installed)
python-qgis.bat -m pip install openpyxl
CAN YOU PLEASE ME OUT REGARDING WHERE WE HAVE TO TYPE THE COMMAND
python-qgis.bat -m pip install setuptools (if setuptools are not installed)
python-qgis.bat -m pip install openpyxl
???????????
BECAUSE CMD IS NOT ABLE TO READ THE ABOVE COMMAND
Hi,
I have installed the package using the instructions in the guide and have placed the python folder within the .qgis2 folder on the drive. However, when I try to download the report, I receive an error: Missing library - No module named openpyxl
Could you please let me know why does this error appear?
Thanks in advance,
T
I have installed the package using the instructions in the guide and have placed the python folder within the .qgis2 folder on the drive. However, when I try to download the report, I receive an error: Missing library - No module named openpyxl
Could you please let me know why does this error appear?
Thanks in advance,
T
7 posts
Page 1 of 1