I am trying to install CVXPY on windows.
- I had installed Anaconda.
- I am following https://www.cvxpy.org/install/index.html 'conda' part
- Steps I~III look fine. However, when doing
conda install pytest
andpytest cvxpy/tests
error pops up
run in Anaconda Prompt (anaconda3)
And when I run Jupyter notebook on Anaconda, it shows
How to fix it?