ratt-ru / QuartiCal

CubiCal, but with greater power.
MIT License
8 stars 4 forks source link

current pip install works, but goquartical barfs with pkg_resources.DistributionNotFound #91

Closed o-smirnov closed 3 years ago

o-smirnov commented 3 years ago

Complains about numpy and scipy versions being too new.

pip install 'numpy<1.21.0' 'scipy<1.7.0'

sorts it out.

o-smirnov commented 3 years ago

On 20.04, for the record.

JSKenyon commented 3 years ago

I can reproduce. It is surprising that this happens on 20.04 but not 18.04 with identical Python versions. I will decide on a fix tomorrow - the cause is the csaps dependency. I may just remove it rather than pinning versions.