alnurali / cvxstoc

Disciplined convex stochastic programming. For the cvxstoc home page, please see:
http://alnurali.github.io/cvxstoc/
31 stars 11 forks source link

Breakage coming from cvxpy #3

Open piccolbo opened 7 years ago

piccolbo commented 7 years ago

I run into several errors because of nonexisting object that cvxstoc references in cvxpy. I am using cvxpy 0.4.9 and I installed cvxstoc according to instruction (pip) The only thing I did is install pymc with conda because pip couldn't pull it off (on OS X, no fortran available). I was wondering if there is some deps problem. Problems are things like cvxpy.utilities.Shape or cvxpy.expressions.types missing (renamed cvxtypes). Thanks

mohammadamint commented 4 years ago

I have the same issue with cvxstock It seems that cvxstock is not compatible with the last verion cvxpy. Did you try with another verion of cvxpy?