Skip to main content

Questions tagged [modulenotfounderror]

is raised by `import` when a module could not be located. It is also raised when `None` is found in `sys.modules`

1 vote
1 answer
103 views

I'm writing a processing plugin for QGIS v3.38.2 that reads in geo-data of point objects in a proprietary JSON format. The goal is to store this data in a temporary layer and display it on a map. The ...
Andreas Isenegger's user avatar
0 votes
2 answers
781 views

I'm writing a PyQGIS script and I would import in my script other external scripts. I tried in this way but the code doesn't work. from PyQt5.QtGui import * from PyQt5.QtCore import * import ...
Salvatore Diolosà's user avatar
0 votes
1 answer
54 views

I don't understand why algorithm r.stats doesn't give me result in the sidepanel (show result); the error is 'impossible open the file' What can I do to solve the problem? I show you: Versione di QGIS:...
Nicolo Cappelletti's user avatar
0 votes
1 answer
163 views

I work with QGIS 3.32.2-Lima on Ubuntu. I would like to install and use this useful plugin : https://plugins.qgis.org/plugins/spectral_libraries/ But it seems to be deprecated? So when I try to ...
user35117's user avatar
  • 1,106
1 vote
0 answers
269 views

I'm pretty new to Linux and trying to install QGIS with some extra plugins for hydrodynamic modelling. I followed the instructions regarding the flatpak installation on qgis.org. After installing the ...
TimNmn's user avatar
  • 11
7 votes
1 answer
192 views

To organize better the code in my QGIS 3 Plugin, I tried to put all dialogs in one package called dialogs, but when I open QGIS it says ModuleNotFoundError: No module named 'dialogs' This is the code ...
Lorenzo's user avatar
  • 1,095
6 votes
1 answer
4k views

I would like to work on Python script with tools from qgis in a standalone software (like Pycharm or IDLE). I am quite new with Python programming and with setting up a work environnement. In order ...
JBihin's user avatar
  • 383
11 votes
6 answers
11k views

I am trying to use QGIS in stand-alone python scripts (windows 10, python 3.6.6). After the following steps... create new conda environment (geospatial) install the qgis conda-forge package through ...
VincentV's user avatar
  • 111
22 votes
7 answers
15k views

I have installed QGIS3 from the AUR package, as well as all optional dependencies: https://aur.archlinux.org/packages/qgis/ However, when launching, I receive the following error: Couldn't load ...
thi_sanna's user avatar
  • 439