-
Hi, thank you for all your work. I'm having a hard time reproducing the results using CVXPY. Can you please tell me what I'm doing wrong/different?
## PyStoNED
```python
import cvxpy as cp
imp…
-
cvxpygen is great, please update it! We upgraded our cvxpy version to 1.6 and there are clearly breaking changes. This is from the portfolio example notebook:
```
30 from cvxpy.problems.objec…
-
**Describe the bug**
[This page](https://www.cvxpy.org/updates/) says the default solver is Clarabel. However, sometimes I get MOSEK instead:
```shell
$ py -c "import cvxpy as cp; x = cp.Variable…
-
**Describe the bug**
I am unable to install cvxpy using pip. I receive a preparing metadata error when I try to install it.
**To Reproduce**
pip install cvxpy
**Expected behavior**
A successf…
-
Hi,
I'm trying to run this repo on Ubuntu 20.04 and bugs happen when trying to do `pytest .` or run training.
This may probably be the bug of `cvxpy` reported in https://github.com/cvxpy/cvxpy/issue…
-
**Describe the bug**
When I run the code given below, I get a solver failed error. I encountered this problem during the execution of a different program and stilled it down to this basic state. Floa…
-
#### Expected Behavior
We can `import cvxpy` in the research environment without error.
#### Actual Behavior
> CVXPY) Jun 26 02:46:45 PM: Encountered unexpected exception importing solver…
-
>>> import precise
(CVXPY) May 23 01:56:46 PM: Encountered unexpected exception importing solver GLOP:
RuntimeError('Version of ortools (7.8.7959) is too old. Expected >= 9.3…
-
%pip install cvxpy[CVXOPT]
is failing of course on scs
It will be great to have cvxopt / cvxpy available even with a non-optimized solver.
-
Which is the exact version of cvxpy?
I get a ModuleNotFoundError when importing 'canonInterface' in cvxpy/utilities/quadratic.py.