enmap-installation error

Issue #464 duplicate
Former user created an issue

Hi, I installed QGIS 3.12 on my windows-10 64 computer. and I installed python as in Your Documentation without error. Loading Enmap I got the following error: Konnte Erweiterung 'enmapboxplugin' nicht laden aufgrund eines Fehlers beim Aufruf der classFactory() Methode TypeError: create_target_machine() got an unexpected keyword argument 'jitdebug' (whole error text in the attachment) Whats the reason? What call I do?

actual Enmap-Version Enmap Box 3

Best regards N.Schultes

Comments (2)

  1. Benjamin Jakimow

    The problem is that your local numba installation fails to get imported.

    The same error probably appears when you type:

    import numba
    

    to your QGIS python windows, without having the EnMAP-Box installed.

    Keep tracking #405. With next version, you will be able to start the EnMAP-Box even without having a failed numba installation.

  2. Log in to comment