Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

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

Open
ProfDrYoMan opened this issue Oct 27, 2019 · 3 comments
Open

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

ProfDrYoMan opened this issue Oct 27, 2019 · 3 comments
Assignees
Labels

Comments

@ProfDrYoMan
Copy link
Contributor

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
Copy link
Contributor Author

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 goeland86 self-assigned this Oct 27, 2019
@goeland86 goeland86 added the bug label Oct 27, 2019
@goeland86
Copy link
Member

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

@goeland86
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants