GIS4WRF / gis4wrf

QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
https://gis4wrf.github.io
MIT License
159 stars 36 forks source link

GIS4WRF doesn't work on my Qgis 3.12 Linux #170

Closed massimodisidoro closed 4 years ago

massimodisidoro commented 4 years ago

Hello, I installed and used the plugin in QGIS 3.10 and everything worked properly. Now, after several months I tried to use it again (meanwhile, the usual Linux Mint system software updates have been made, including the upgrade to QGIS 3.12) and I have an error launching QGIS. I don't know if the problem is related to any local configuration in my system (I'm not an expert) or to some bug into the plugin or in the QGIS 3.12 version.

At launching QGIS, a popup appears: image1

Then I push "OK" and the following appears: image2

Finally the following log is showed:

error.log

Then QGIS starts normally, the plugin results as installed looking at "Manage and install plugins..." but it is not possible to use it (doesn't appear in plugins menu nor in "Settings -> Options..."

System Information (please complete the following information):

Best regards, Massimo

letmaik commented 4 years ago

Not sure, but you can work around it by manually installing the required packages to your system with sudo python3 -m pip install f90nml==1.0.2 netCDF4==1.2.9.

massimodisidoro commented 4 years ago

Thank you so much letmaik for your quick reply. Your solution worked!

I close the issue.

Thank you again Massimo