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

Building the manual fails with ModuleNotFoundError: No module named 'osgeo' #4

Open
neteler opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@neteler
Copy link
Member

neteler commented Sep 24, 2024

The GitHub Action fails with:

...
#12 1.612 make[1]: Entering directory '/tmp/grass8-root-1/tmppb45hxo_/r.dop.import/r.dop.import.bb.be'
#12 1.612 mkdir -p /tmp/grass8-root-1/tmppb45hxo_/r.dop.import/scripts
#12 1.613 /usr/bin/install -c r.dop.import.bb.be.py /tmp/grass8-root-1/tmppb45hxo_/r.dop.import/scripts/r.dop.import.bb.be
#12 1.614 if [ "/tmp/grass8-root-1/tmppb45hxo_/r.dop.import/scripts/r.dop.import.bb.be" != "" ] ; then GISRC=/tmp/grass8-root-1/gisrc GISBASE=/usr/local/grass84 PATH="/usr/local/grass84/bin:/usr/local/grass84/bin:/usr/local/grass84/scripts:$PATH" PYTHONPATH="/usr/local/grass84/etc/python:/usr/local/grass84/gui/wxpython:$PYTHONPATH" LD_LIBRARY_PATH="/tmp/grass8-root-1/tmppb45hxo_/r.dop.import/bin:/usr/local/grass84/bin:/usr/local/grass84/scripts:/usr/local/grass84/lib:/usr/local/grass84/lib:/usr/local/grass84/lib" LC_ALL=C LANG=C LANGUAGE=C /tmp/grass8-root-1/tmppb45hxo_/r.dop.import/scripts/r.dop.import.bb.be --html-description < /dev/null | grep -v '</body>\|</html>\|</div> <!-- end container -->' > r.dop.import.bb.be.tmp.html ; fi
#12 1.778 Traceback (most recent call last):
#12 1.778   File "/tmp/grass8-root-1/tmppb45hxo_/r.dop.import/scripts/r.dop.import.bb.be", line 83, in <module>
#12 1.779     from osgeo import gdal
#12 1.779 ModuleNotFoundError: No module named 'osgeo'
#12 1.798 make[1]: *** [/usr/local/grass84/include/Make/Html.make:14: r.dop.import.bb.be.tmp.html] Error 1
...

See e.g.:
https://github.com/mundialis/r.dop.import/actions/runs/11016727817/job/30592937905

@neteler neteler added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant