-
### Description
I have been working with the model in some cases, and it will be awesome to have a section with some hints to deal with infeasibilities in the model. We don't need to implement anyt…
-
When trying to run an example "python main.py --query "a living room with a fireplace" --openai_api_key ###", I keep getting a Gurobi error - gurobipy.GurobiError: Unknown parameter 'reoptimize'. I i…
-
Hello,
I am trying to install bonmin solver in my amazonlinux2 image through docker file, here is my sample docker file
> FROM public.ecr.aws/amazonlinux/amazonlinux:2
>
> # Install Python 3…
-
I did `pip install entmoot` then `pip install Pyomo`. No gurobipy in the environment
```
ModuleNotFoundError Traceback (most recent call last)
----> 1 from entmoot impor…
-
Hello, thank you for open-sourcing this! Very excited to work with it.
After install and when attempting to run the example python command in the readme, I received an error that Gurobi was not fou…
-
(adacbf) wsco@W513:~/luozhexin/adacbf$ python scripts/test_ship.py --vis 1 --env river
Traceback (most recent call last):
File "/home/wsco/luozhexin/adacbf/scripts/test_ship.py", line 143, in
…
-
flask waitress-serve
Package Version
--------------------- -------
attrs 21.4.0
boto3 1.20.39
botocore 1.23.54
click 8.…
-
on euler the requirements.txt file leads to gurobipy 10.0.0 being installed, which is not supported.
We need to limit the version to
`gurobipy = 9.5.*`
-
Gurobipy 9.x does [not have wheels for python 3.11](https://pypi.org/project/gurobipy/9.5.2/#files), but gurobipy 10.x does. @znicolaou, you added a [commit](https://github.com/dynamicslab/pysindy/co…
-
### Issue Report Checklist
* [X] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
* [X] Read the relevant sections of the [Spyder Troubl…