[Qgis-user] Missing pandas module in QGIS 4.0

Andrea Giudiceandrea andreaerdna at libero.it
Mon Jun 29 07:05:48 PDT 2026


> Bo Victor Thomsen bo.victor.thomsen at gmail.com
> Mon Jun 29 08:04:58 PDT 2026

> Sorry for the remiss: Windows 11, QGIS 4.0, QGIS 3.44, both the 
> "stand-alone" installation

Hi Bo Victor Thomsen,
I'm using QGIS LTR 3.44.11 and QGIS 4.0.3 both installed using the 
OSGeo4W installer, and it seems to me the python3-pandas package is 
correctly installed and the pandas module is correctly working.

Using the OSGeo4W Setup program, please check if the python3-pandas 
package is installed.
If it is installed, please check if the following Python code, when 
executed in the QGIS Python console, prints the pandas version without 
errors:

import pandas
print(pandas.__version__)

It would be useful if you indicated the Python script or Python plugin 
or any other action that leads to the error, and if you provided the 
full error message.

Regards.

Andrea


More information about the QGIS-User mailing list