cvxpylayers icon indicating copy to clipboard operation
cvxpylayers copied to clipboard

cannot install the package can it work by cloning the repository itself

Open sayaknag opened this issue 4 years ago • 1 comments

Successfully built cvxpylayers cvxpy diffcp Failed to build scs ERROR: Could not build wheels for scs which use PEP 517 and cannot be installed directly

sayaknag avatar Aug 19 '21 02:08 sayaknag

Try:

python -m pip install --upgrade pip python -m pip install --no-use-pep517 bcrypt

xhulianoThe1 avatar Nov 26 '21 05:11 xhulianoThe1