Hi,
I installed SCS and cvxpy on my Python 3.6 environment. I can see SCS 2.1.2 in the list. I tried
- python test/solve_random_cone_prob.py
- Import SCS
and in both cases I have got an error,
File "/Users/../anaconda3/envs/py36/lib/python3.6/site-packages/scs/init.py", line 8, in
sizeof_int = _scs_direct.sizeof_int()
AttributeError: module '_scs' has no attribute 'sizeof_int'
Any suggestions?
Thank you