cvxgrp/qcqp

AttributeError: module '_scs' has no attribute 'sizeof_int'

Closed this issue · 0 comments

Hi,
I installed qcqp and cvxpy on my Python 3.6 environment. I tested that with trying to solve the example problem.

 import scs
File "/Users/afsaneh/anaconda3/envs/py36/lib/python3.6/site-packages/scs/__init__.py", line 8, in <module>

    __sizeof_int__ = _scs_direct.sizeof_int()

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'

I installed scs (separately) and I can see it in the list in my env. But I get the same issue when I want to import it.
Any suggestions? Thank you