QGIS may crash or brick itself

This last resort and very discouraged method to installing packages from within QGIS python environment itself:

  1. Launch the python console by typing Ctrl+Alt+P or clicking on the python icon python logo
  2. 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

  3. Restart QGIS

qgis python console preview

back to install fire2a-toolbox