0

I am trying to install geopandas library without having to use pip install geopandas (admin constraints).

My work around is to download the binaries and install this way. I can't find the geopandas windows binary, but I've been able to locate the other dependencies.

I am looking on https://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype

Could someone please point me in the right site?

STerliakov
  • 4,983
  • 3
  • 15
  • 37
John_gis
  • 117
  • 8
  • I guessing you have to clone the repo and use the source code then: https://github.com/geopandas/geopandas . But because it relies on other dependencies you would have to do that as well and so on... better ask your admin to give you the rights – tturbo Dec 15 '22 at 16:04
  • Go to the package's page on PyPI (for example, https://pypi.org/project/geopandas), click on the Download Files button near the top on the left (for example, https://pypi.org/project/geopandas/#files), and if wheels are available, download them from there. Some packages may not be available as wheels, so you'll need to download the source and build them, if necessary. – MattDMo Dec 15 '22 at 17:53
  • The site you're using now is no longer up to date, so I wouldn't use it for the latest versions. – MattDMo Dec 15 '22 at 17:54
  • You don't need admin privileges to use `pip`, unless you need system-wide installation (this requires sudo/root). Also, you can set up virtual environment and install any packages there without sudo. – STerliakov Dec 15 '22 at 20:13

0 Answers0