Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies #48

Closed
rouille opened this issue May 17, 2021 · 2 comments · Fixed by #54
Closed

Fix dependencies #48

rouille opened this issue May 17, 2021 · 2 comments · Fixed by #54
Assignees
Labels

Comments

@rouille
Copy link
Collaborator

rouille commented May 17, 2021

The goal is to get the dependencies saved in a requirements.txt and Pipfile in the root of the repositories

@danielolsen
Copy link
Contributor

The setup.py file for Switch explicitly says Pyomo <=5.6.8 and pyutilib <= 5.7.3. It is a known issue that Switch does not support Pyomo 5.7, even with pyutilib 6.0.0 (see Issue 132 in the main switch repo). Therefore, I will proceed with specifying Pyomo 5.6.8 and pyutilib 5.7.3 for now. I tried running the Switch tests with Pyomo 5.7.3 and pyutilib 6.0.0 and they do indeed fail.

@BainanXia
Copy link
Collaborator

BainanXia commented May 18, 2021

The setup.py file for Switch explicitly says Pyomo <=5.6.8 and pyutilib <= 5.7.3. It is a known issue that Switch does not support Pyomo 5.7, even with pyutilib 6.0.0 (see Issue 132 in the main switch repo). Therefore, I will proceed with specifying Pyomo 5.6.8 and pyutilib 5.7.3 for now. I tried running the Switch tests with Pyomo 5.7.3 and pyutilib 6.0.0 and they do indeed fail.

Good to know. Previously I only know how to make it work but not aware of the working update from Switch. The issue was posted last September and no updates since then. Probably it won't be solved in near future. I agree to proceed with pyomo 5.6.8 and pyutilib 5.7.3 for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment