Questions tagged [pip]
questions related to pip as related to package management system used in Python and GIS
37 questions
0 votes
0 answers
156 views
Windows GDAL pip installation and path
I installed gdal in Windows using pip install and wheel (gdal-3.10.2-cp312-cp312-win_amd64.whl) found here https://github.com/cgohlke/geospatial-wheels. After installation at the Windows command line &...
3 votes
0 answers
1k views
How do you make pip install gdal work?
I'm not talking about pip install precompiled wheel from https://github.com/cgohlke/geospatial-wheels/releases/tag/v2024.9.22. I'm not going to use conda or any other methods to install gdal. I just ...
0 votes
1 answer
409 views
pip3 upgrading Python dependencies - SSL error (unsafe legacy renegotiation failed)
I'm trying to update some Python dependencies (mainly the remotior-sensus) using OSGeo4W, installed with QGIS 3.34.9. This is using Python 3.12.4. I'm following instructions on this site: https://...
1 vote
1 answer
381 views
Cannot plot with Cartopy: Incomplete shapefile definition error BUT .shp .shx and .dbf are all present
I used to plot maps with Cartopy, which actually used to work fine until now. Recently, when adding the maps features to a plot (es. coastlines etc) I get this error: "ValueError: Incomplete ...
0 votes
0 answers
674 views
geoserver-rest _ ERROR: ... install pyproject.toml-based projects
I'm trying to install geoserver-rest from cmd with pip, following the instructions in documentation (https://geoserver-rest.readthedocs.io/en/latest/installation.html): pip install pipwin pipwin ...
0 votes
0 answers
519 views
Error installing pyproj
I am getting the following error when attempting to install geopandas: [~]$ pip3.9 install pyproj Collecting pyproj Using cached pyproj-3.6.0.tar.gz (224 kB) Installing build dependencies ... done ...
1 vote
2 answers
5k views
import pyarrow fails even when installed
I need to use the pyarrow package on QGIS 3 (using QGIS 3.32.2 'Lima') on Windows 11, and install it in OSGeo4W shell using pip: pip install pyarrow, which installs 13.0.0 by default as I'm writing ...
1 vote
1 answer
416 views
Running pyproj installed with pip but not with conda
I am running Python 3.11.4 I would like to use pyproj 3.6 to calculate geoid heights as described in the documentation exemple. However, I don't get the same result as in the documentation when ...
2 votes
2 answers
19k views
Install GDAL and Python bindings on Ubuntu 22.04 without PPA or special Pip wheel files
I would like to install GDAL and Python bindings on Ubuntu 22.04 without using special PPAs or special Pip wheel files or Conda packages. I went through a few iterations on a recent Ubuntu ...
6 votes
3 answers
10k views
Cannot install gdal or osgeo using .venv - error: legacy-install-failure
I have cloned a git repo which one of the required package there is to have gdal installed. The computer is Linux and I use vs code to connect reomtly. at the beginning I naively tried to install gdal ...
4 votes
2 answers
3k views
pip install inside QGIS fails
As I am trying to import a pip module directly in the built-in python I need to install pyshp first. I am trying this directly inside qgis running import pip pip.main(['install', 'pyshp']) ...
1 vote
1 answer
4k views
Installing Python module using pip via Python console in QGIS 3.22
Import module pip not works: import pip Traceback (most recent call last): File "C:\OSGeo4W\apps\Python39\lib\code.py", line 90, in runcode exec(code, self.locals) File "<...
2 votes
1 answer
1k views
Upgrading pip on QGIS 3.16
I'm trying to run the Aequilibrae package on QGIS 3.16.14 (on windows)and to do so, it seems that I need to update my pip package. I tried the command : -m pip install --upgrade pip on the integrated ...
2 votes
3 answers
2k views
Automatically install third party Python library to QGIS while first install of custom plugin (Windows)
I've developed a QGIS plugin that needs to have installed external libraries to work. While I was working I've installed those libraries with pip command via osgeo4W shell but I don't want to each one ...
4 votes
1 answer
5k views
Error when installing GDAL 3.0.4 on Ubuntu 18.04
I'm trying to install GDAL through pip with same version in the system. But I'm getting this error: (app_env) user@server:~$ pip install gdal==3.0.4 Collecting gdal==3.0.4 Using cached GDAL-3.0.4....