Hi!
How can I install cvxpy?
I'm using Anaconda
Try this one:
conda install -c conda-forge cvxpy
let me know if that worked.
You can also install using pip command. Open Jupyter notebook and try the following command.
!pip install cvxpy