intelligent-agent / redeem

Firmware for Replicape
http://wiki.thing-printer.com/index.php?title=Redeem
GNU General Public License v3.0
36 stars 44 forks source link

scipy > 1.2.1 is not working with python 2.7.x #222

Open ProfDrYoMan opened 5 years ago

ProfDrYoMan commented 5 years ago

Hi,

during my new build for redeem I recognized that scipy is pulled in without version information.

Leading to something newer than 1.2.1 being pulled in.

1.2.1 is the latest that supports python 2.7.

PS: Any move to python 3 planned? 2020 is soon.

ProfDrYoMan commented 5 years ago

Simple fix ist to add "==1.2.1" to the scipy line in setup.py (master and old ones) or requirements.txt (revolve and may be others).

goeland86 commented 5 years ago

Move to python3 was planned, but is delayed due to lack of manpower at the moment.

goeland86 commented 5 years ago

I'll see about adding the version information in the requirements.txt file.