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

Container ubuntu-full missing libpython3.6 #1660

Closed
gustabot42 opened this issue Jun 20, 2019 · 1 comment
Closed

Container ubuntu-full missing libpython3.6 #1660

gustabot42 opened this issue Jun 20, 2019 · 1 comment
Milestone

Comments

@gustabot42
Copy link

In container ubuntu-full-latest, the next error is happening:

gdal_translate --config GDAL_VRT_ENABLE_PYTHON YES test.vrt test.tif
Input file size is 9131, 12471
0ERROR 1: Cannot find python/libpython. You can set the PYTHONSO configuration option to point to the a python .so/.dll/.dylib

It was solved this way:

apt-get install libpython3.6
export PYTHONSO=/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
@rouault
Copy link
Member

rouault commented Jun 20, 2019

Fixed with 6f45e0c and 2687084

This issue was closed.
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

2 participants