enmapbox/__main__.py script crashes

Issue #590 resolved
Andreas Janz created an issue

Is this still the script that should be used to start the EnMAP-Box from PyCharm for testing/debugging?

Is not working anymore and crashes Python:

C:\miniconda\envs\qgis\python.exe C:/source/QGISPlugIns/enmap-box/enmapbox/__main__.py
<frozen importlib._bootstrap>:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
<frozen importlib._bootstrap>:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
<frozen importlib._bootstrap>:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
## Create a QgsApplication...
Application state:
QGIS_PREFIX_PATH env var:       C:/miniconda/envs/qgis/Library
Prefix:     C:/miniconda/envs/qgis/Library
Plugin Path:        C:/miniconda/envs/qgis/Library/plugins
Package Data Path:  C:/miniconda/envs/qgis/Library/.
Active Theme Name:  
Active Theme Path:  C:/miniconda/envs/qgis/Library/./resources/themes\\icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths:   C:/miniconda/envs/qgis/Library/./svg/
        C:\Users\janzandr\AppData\Local\Temp\QGIS-PythonTestConfigPathkmeaicc0\profiles\default/svg/
User DB Path:   C:/miniconda/envs/qgis/Library/./resources/qgis.db
Auth DB Path:   C:\Users\janzandr\AppData\Local\Temp\QGIS-PythonTestConfigPathkmeaicc0\profiles\default/qgis-auth.db

Processing(2): Problem with SAGA installation: SAGA was not found or is not correctly installed
Providers: DB2, OAPIF, WFS, arcgisfeatureserver, arcgismapserver, delimitedtext, gdal, geonode, gpx, mdal, memory, mesh_memory, mssql, ogr, ows, postgres, postgresraster, spatialite, vectortile, virtual, wcs, wms
load C:\source\QGISPlugIns\enmap-box\enmapbox\enmapboxresources_rc.py
load C:\source\QGISPlugIns\enmap-box\enmapbox\coreapps\enmapboxapplications\ressources_rc.py
load C:\source\QGISPlugIns\enmap-box\enmapbox\externals\qps\qpsresources_rc.py
## QgsApplication created
load C:\source\QGISPlugIns\enmap-box\enmapbox\enmapboxresources_rc.py
load C:\source\QGISPlugIns\enmap-box\enmapbox\coreapps\enmapboxapplications\ressources_rc.py
load C:\source\QGISPlugIns\enmap-box\enmapbox\externals\qps\qpsresources_rc.py

Process finished with exit code -1073740940 (0xC0000374)

Comments (1)

  1. Log in to comment