question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation issue

See original GitHub issue

I’m pretty new to the world of Python but just hit this issue so thought it worth reporting. Likely I’m doing something wrong though!

pip3 install geopandas movingpandas rasterio rioxarray jupyter

Ends in this error message on my desktop:

ERROR: movingpandas 0.9rc2 has requirement shapely<1.8, but you'll have shapely 1.8.0 which is incompatible.
Installing collected packages: pillow, bokeh, pyshp, cartopy, geographiclib, geopy, param, pyct, colorcet, pyviz-comms, panel, holoviews, geoviews, hvplot, movingpandas
Successfully installed bokeh-2.4.2 cartopy-0.20.2 colorcet-3.0.0 geographiclib-1.52 geopy-2.2.0 geoviews-1.9.3 holoviews-1.14.7 hvplot-0.7.3 movingpandas-0.9rc2 panel-0.12.6 param-1.12.0 pillow-9.0.0 pyct-0.4.8 pyshp-2.1.3 pyviz-comms-2.1.0

Issue first spotted on reproducible docker build: https://github.com/geocompr/docker/runs/5008434217?check_suite_focus=true#step:8:715

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
anitagrasercommented, Feb 1, 2022

We had to pin shapely because Geoviews 1.9.2 was not yet compatible with shapely-1.8.0. This should be fixed, according to https://github.com/holoviz/geoviews/releases. So we can remove the pin again.

0reactions
Robinlovelacecommented, Jan 31, 2022

Update, I get this:

conda install -c conda-forge movingpandas geopandas rasterio rioxarray jupyter  
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

Not sure if this is reproducible on other computers.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >
Fix problems installing Chrome - Google Chrome Help
Fix problems installing Chrome. If you get an error message when you try to download and install Google Chrome, try these fixes.
Read more >
Common Installation Issues and Solutions
Common ways installation can fail and what to do about it. ... The common issues break out into three main categories: Downloaded files...
Read more >
12 irritating Windows 10 installation issues, and how to fix them
Having trouble installing and setting up Windows 10? You aren't alone. Here are a dozen-plus of the most common problems, along with a...
Read more >
How to Fix the Most Common Windows 10 Installation Problems
Here's your guide to fixing those Windows 10 installation problems that could pop up when trying to upgrade or install from scratch.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found