raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
55 stars 32 forks source link

pip3 install fails with mismatched versions #38

Closed ashleyfraser closed 2 years ago

ashleyfraser commented 2 years ago

When Install rsudp using pip3, rsddp wants matplotlib <= 3.2.0 but obspy wants matplotlib > 3.2.0. This means I can have rsdup with matplotlib and it runs fine in real time but I can't write because obspy doesn't like my matplot libversion. Python version 3.8.10, ubuntu 20.04.4 LTS.

iannesbitt commented 2 years ago

Hi @ashleyfraser, please see Cappy's solution in #37. Not sure why matplotlib causes so many install errors, but the solution at least temporarily is to change the version pin from 3.2.0 to 3.1.2.

iannesbitt commented 2 years ago

This should be solved now, but feel free to reopen if it is not.