You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
I follow all the set-up instructions, however after testing the geowrangler seems to work incorrectly.
The text was updated successfully, but these errors were encountered: