add numba as dependency (required for EnSoMAP)

Issue #385 resolved
Andreas Janz created an issue

No module named 'numba'

Comments (5)

  1. Andreas Janz reporter

    C:\OSGeo4W64\bin>python3 -m pip install numba
    Collecting numba
      Downloading numba-0.48.0-cp37-cp37m-win_amd64.whl (2.1 MB)
         |████████████████████████████████| 2.1 MB 656 kB/s
    Requirement already satisfied: setuptools in c:\osgeo4~1\apps\python37\lib\site-packages (from numba) (40.4.3)
    Collecting llvmlite<0.32.0,>=0.31.0dev0
      Downloading llvmlite-0.31.0-cp37-cp37m-win_amd64.whl (13.6 MB)
         |████████████████████████████████| 13.6 MB 3.3 MB/s
    Requirement already satisfied: numpy>=1.15 in c:\osgeo4~1\apps\python37\lib\site-packages (from numba) (1.17.3)
    Installing collected packages: llvmlite, numba
    Successfully installed llvmlite-0.31.0 numba-0.48.0
    

  2. Benjamin Jakimow

    Just add missing dependencies to requirements.txt. No need to add an issue for each of them

  3. Log in to comment