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
Hi!
the Python package gdal requires to be installed using the same version provided by the operating system, like pip install gdal==$(gdal-config --version). I could pin gdal, but I cannot install a specific gdal version in my Linux distribution without compiling it from scratch, while if I pin gdal based on what I have installed using the package manager, it would not work on other computers.
Can PDM install a package which version is set based on some parameter? Or how could I solve the problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
the Python package
gdal
requires to be installed using the same version provided by the operating system, likepip install gdal==$(gdal-config --version)
. I could pingdal
, but I cannot install a specific gdal version in my Linux distribution without compiling it from scratch, while if I pingdal
based on what I have installed using the package manager, it would not work on other computers.Can PDM install a package which version is set based on some parameter? Or how could I solve the problem?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions