hub flow import warnings

Issue #125 resolved
Benjamin Jakimow created an issue
import hubflow.core

throws the following warnings

C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\PyQt5\uic\objcreator.py:152: DeprecationWarning: 'U' mode is deprecated plugin = open(filename, 'rU')

C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\importlib_bootstrap.py:205: ImportWarning: can't resolve package from spec or package, falling back on name and path return f(args, *kwds)

C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\importlib_bootstrap.py:205: ImportWarning: can't resolve package from spec or package, falling back on name and path return f(args, *kwds)

C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\importlib_bootstrap.py:205: ImportWarning: can't resolve package from spec or package, falling back on name and path return f(args, *kwds)

C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\importlib_bootstrap.py:205: ImportWarning: can't resolve package from spec or package, falling back on name and path return f(args, *kwds)

C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\scipy_lib_numpy_compat.py:287: DeprecationWarning: invalid escape sequence \p

Comments (3)

  1. Log in to comment