CVXOPT Library | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

CVXOPT Library

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

24th Jan 2020, 12:51 PM
Sepehr Farid
Sepehr Farid - avatar
5 Answers
+ 5
Sepehr Farid import sys,subprocess def install(package): subprocess.call([sys.executable, "-m","pip","-q", "install", package]) install("cvxopt")
24th Jan 2020, 1:07 PM
r8w9
r8w9 - avatar
+ 4
Last one. Which module is available for import, depends on the python distribution. ... and on what SL installed.
24th Jan 2020, 12:57 PM
Oma Falk
Oma Falk - avatar
+ 4
You can install Python modules here on SL but cvxopt is too big ([Errno27]: file too large)
24th Jan 2020, 1:01 PM
r8w9
r8w9 - avatar
+ 1
r8w9 how did you check if it's too big or not
24th Jan 2020, 1:05 PM
Sepehr Farid
Sepehr Farid - avatar
+ 1
r8w9 wow awesome thank u :) guess i will use my pycharm as always
24th Jan 2020, 1:17 PM
Sepehr Farid
Sepehr Farid - avatar