Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RES1D_INSTALLATION & QGIS 3.24 #6

Open
ARTCON2020 opened this issue Mar 9, 2022 · 1 comment
Open

RES1D_INSTALLATION & QGIS 3.24 #6

ARTCON2020 opened this issue Mar 9, 2022 · 1 comment

Comments

@ARTCON2020
Copy link

Here is the problem where I couldn't interpret it

Couldn't load plugin 'plugin' due to an error when calling its classFactory() method
ImportError: cannot import name 'find_stack_level' from 'pandas.util._exceptions' (C:\OSGeo4W\apps\Python39\lib\site-packages\pandas\util_exceptions.py)
Traceback (most recent call last):
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 423, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:\Users/azmtas01/AppData/Roaming/QGIS/QGIS3\profiles\Tassew/python/plugins\plugin_init
.py", line 15, in classFactory
from .res1d_loader import Res1D
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/azmtas01/AppData/Roaming/QGIS/QGIS3\profiles\Tassew/python/plugins\plugin\res1d_loader.py", line 19, in
from .res1d_loader_dialog import Res1DDialog
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/azmtas01/AppData/Roaming/QGIS/QGIS3\profiles\Tassew/python/plugins\plugin\res1d_loader_dialog.py", line 27, in
from mikeio1d.res1d import Res1D
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\azmtas01\AppData\Roaming\Python\Python39\site-packages\mikeio1d\res1d.py", line 3, in
import pandas as pd
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = builtin_import(name, globals, locals, fromlist, level)
File "C:\OSGeo4W\apps\Python39\lib\site-packages\pandas_init
.py", line 52, in
from pandas.core.api import (
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\OSGeo4W\apps\Python39\lib\site-packages\pandas\core\api.py", line 14, in
from pandas.core.algorithms import factorize, unique, value_counts
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\OSGeo4W\apps\Python39\lib\site-packages\pandas\core\algorithms.py", line 58, in
from pandas.core.indexers import validate_indices
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = builtin_import(name, globals, locals, fromlist, level)
File "C:\OSGeo4W\apps\Python39\lib\site-packages\pandas\core\indexers_init
.py", line 1, in
from pandas.core.indexers.utils import (
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\OSGeo4W\apps\Python39\lib\site-packages\pandas\core\indexers\utils.py", line 18, in
from pandas.util._exceptions import find_stack_level
ImportError: cannot import name 'find_stack_level' from 'pandas.util._exceptions' (C:\OSGeo4W\apps\Python39\lib\site-packages\pandas\util_exceptions.py)

Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]
QGIS version: 3.24.0-Tisler Tisler, 6b44a42058

Python Path:
C:/OSGeo4W/apps/qgis/./python
C:/Users/azmtas01/AppData/Roaming/QGIS/QGIS3\profiles\Tassew/python
C:/Users/azmtas01/AppData/Roaming/QGIS/QGIS3\profiles\Tassew/python/plugins
C:/OSGeo4W/apps/qgis/./python/plugins
C:\OSGeo4W\bin\python39.zip
C:\OSGeo4W\apps\Python39\DLLs
C:\OSGeo4W\apps\Python39\lib
C:\OSGeo4W\bin
C:\Users\azmtas01\AppData\Roaming\Python\Python39\site-packages
C:\OSGeo4W\apps\Python39
C:\OSGeo4W\apps\Python39\lib\site-packages
C:\OSGeo4W\apps\Python39\lib\site-packages\GDAL-3.4.1-py3.9-win-amd64.egg
C:\OSGeo4W\apps\Python39\lib\site-packages\win32
C:\OSGeo4W\apps\Python39\lib\site-packages\win32\lib
C:\OSGeo4W\apps\Python39\lib\site-packages\Pythonwin
C:/Users/azmtas01/AppData/Roaming/QGIS/QGIS3\profiles\Tassew/python
C:\Windows\Microsoft.NET\Framework64\v4.0.30319
C:\Users\azmtas01\AppData\Roaming\Python\Python39\site-packages\mikeio1d\bin
D:/QGIS

@ARTCON2020
Copy link
Author

QGIS3.24.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant