-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module '_scs' has no attribute 'sizeof_int' #24
Comments
What do you get when you run |
Hi
This is what I get when I import SCS
and when I Thank you |
What happens when you run:
? I've never seen or heard of anything like this before. The only thing I can think of is that the python version of SCS (which is just a wrapper) is different from the installed binary version. I would suggest doing a deep clean of SCS (deleting everything related to SCS on your machine) and trying to reinstall from scratch. |
Interesting which is different from what I see in the list.. |
Hi,
I installed SCS and cvxpy on my Python 3.6 environment. I can see SCS 2.1.2 in the list. I tried
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
The text was updated successfully, but these errors were encountered: