<div dir="ltr">Good afternoon,<br>I work with Qgis 3.34.0-Prizren on Ubuntu. <br>I would like test and use the DataPlotly plugin.<br>I succeed in installing this plugin via the qgis plugin manager. But when i try to enable it still into the plugin manager, i have an error message saying :<br>In advance, thanks so much for your help.<br>Below i paste the whole message<br><br>```<br>Impossible de charger l'extension 'DataPlotly' provoque une erreur lors de l'appel à sa méthode classFactory() <br><br>**ModuleNotFoundError: No module named 'pandas'** <br>Traceback (most recent call last):<br>  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin<br>    plugins[packageName] = package.classFactory(iface)<br>  File "/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/DataPlotly/__init__.py", line 33, in classFactory<br>    from .data_plotly import DataPlotly<br>  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import<br>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>  File "/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/DataPlotly/data_plotly.py", line 36, in <br>    from DataPlotly.processing.dataplotly_provider import DataPlotlyProvider<br>  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import<br>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>  File "/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/DataPlotly/processing/dataplotly_provider.py", line 24, in <br>    from DataPlotly.processing.dataplotly_scatterplot import DataPlotlyProcessingScatterPlot<br>  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import<br>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>  File "/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/DataPlotly/processing/dataplotly_scatterplot.py", line 43, in <br>    import pandas as pd<br>  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import<br>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>**ModuleNotFoundError: No module named 'pandas'**<br><br><br>Version de Python : 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] <br>Version de QGIS : 3.34.0-Prizren Prizren, ffbdd678812 <br><br>Chemin Python :<br>/usr/share/qgis/python<br>/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python<br>/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins<br>/usr/share/qgis/python/plugins<br>/usr/lib/python310.zip<br>/usr/lib/python3.10<br>/usr/lib/python3.10/lib-dynload<br>/usr/local/lib/python3.10/dist-packages<br>/usr/lib/python3/dist-packages<br>/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python<br>/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/HCMGIS/forms<br>/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/SentinelHub/external/requests_oauthlib-1.3.1-py2.py3-none-any.whl<br>/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/go2streetview<br>/home/geoteca/.local/share/QGIS/QGIS3/profiles/default/python/plugins/go2streetview/res<br>```<br></div>