Skip to main content

Questions tagged [pip]

questions related to pip as related to package management system used in Python and GIS

0 votes
0 answers
156 views

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 &...
Rathpr's user avatar
  • 21
3 votes
0 answers
1k views

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 ...
SamuelWhiskeyJohnson's user avatar
0 votes
1 answer
409 views

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://...
user25730's user avatar
  • 942
1 vote
1 answer
381 views

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 ...
Noelle_L's user avatar
0 votes
0 answers
674 views

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 ...
fra's user avatar
  • 1
0 votes
0 answers
519 views

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 ...
Joel Breazeale's user avatar
1 vote
2 answers
5k views

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 ...
Neptune-Meister's user avatar
1 vote
1 answer
416 views

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 ...
basso31's user avatar
  • 21
2 votes
2 answers
19k views

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 ...
TPPZ's user avatar
  • 457
6 votes
3 answers
10k views

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 ...
ReutKeller's user avatar
  • 2,099
4 votes
2 answers
3k views

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']) ...
Riccardo's user avatar
  • 2,697
1 vote
1 answer
4k views

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 "<...
Wenceslauw's user avatar
2 votes
1 answer
1k views

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 ...
axel briffault's user avatar
2 votes
3 answers
2k views

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 ...
Laura's user avatar
  • 47
4 votes
1 answer
5k views

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....
Anju's user avatar
  • 71

15 30 50 per page