I'm having trouble installing GDAL in a virtual environment managed by Poetry (working on an Ubuntu 18.04 distribution).
What I already found was:
For a "standard" installation, there are examples dealing with local paths using the "export" command.
So far, I haven't found any working example on how to install GDAL in a poetry project.
Does anybody know how to handle this? (or if this is possible at all?)
A workaround is to :
poetry add gdal==X.X.X
);As I said this is a workaround (which needs to be referenced for now).
I hope a better solution will emerge and will keep this "solution" unaccepted for a while...