You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package labours v10.7.2, the current latest version of labours, cannot be installed by Python 3.8 and 3.9 using pip3 install -e ./python because its dependent library seriate 1.1.2 depends on ortools 6.9.5824, which only supports Python <= 3.7.
The package labours v10.7.2, the current latest version of labours, cannot be installed by Python 3.8 and 3.9 using
pip3 install -e ./python
because its dependent library seriate 1.1.2 depends on ortools 6.9.5824, which only supports Python <= 3.7.It seems that ortools 7.5 supports Python 3.8, and ortools 8.0 supports Python 3.9.
How about upgrading dependencies to support Python 3.8 and 3.9?
The text was updated successfully, but these errors were encountered: