QGIS may crash or brick itself
This last resort and very discouraged method to installing packages from within QGIS python environment itself:
- Launch the python console by typing
Ctrl+Alt+P
or clicking on the python icon - Excute the following commands, making sure the list is up-to-date with requirements.txt:
from os import system system("python -m pip install numpy>=1.24.1") system("python -m pip install pandas>=2.0.2") system("python -m pip install scipy>=1.10.1") system("python -m pip install pyomo>=6.7.0") system("python -m pip install networkx>=2.7")
Each one should return
0
- Restart QGIS
back to install fire2a-toolbox