Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geowrangler cannot find module raster_process. #207

Open
CEduardoSQUTEC opened this issue Nov 7, 2023 · 0 comments
Open

Geowrangler cannot find module raster_process. #207

CEduardoSQUTEC opened this issue Nov 7, 2023 · 0 comments

Comments

@CEduardoSQUTEC
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant