when i wanna import the cvxopt in python, it says the module does not exist, does anyone know what i can do , it is either renamed in SoloLearn libraries or nobody needed it yet
1/24/2020 12:51:07 PM
Sepehr Farid5 Answers
New AnswerSepehr Farid import sys,subprocess def install(package): subprocess.call([sys.executable, "-m","pip","-q", "install", package]) install("cvxopt")
Last one. Which module is available for import, depends on the python distribution. ... and on what SL installed.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message