unicef-ai4d-poverty-mapping
unicef-ai4d-poverty-mapping copied to clipboard
Geowrangler cannot find module raster_process.
I follow all the set-up instructions, however after testing the geowrangler seems to work incorrectly.
ImportError while importing test module '/unicef-ai4d-poverty-mapping/tests/test_geoboundaries.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
env/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_geoboundaries.py:3: in <module>
from povertymapping.geoboundaries import get_geoboundaries
povertymapping/geoboundaries.py:10: in <module>
from povertymapping.nightlights import urlretrieve
povertymapping/nightlights.py:14: in <module>
import geowrangler.raster_process as rp
E ModuleNotFoundError: No module named 'geowrangler.raster_process'