We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to convert some matlab code over to python3 and just found your smop.
I could not get Python2.7 to work on the install, but it seems that my Python3 installed everything good.
In any case, I just tried your example but get an error:
smop-master/smop$ python3 main.py fastsolver.m Traceback (most recent call last): File "main.py", line 15, in from . import options ImportError: cannot import name 'options' from 'main' (main.py)
Any ideas on how to fix this?
I get the same error if I try the other default matlab examples as well. Thanks
The text was updated successfully, but these errors were encountered:
This was discussed in a previous issue: #123 (comment).
Sorry, something went wrong.
No branches or pull requests
Hello,
I am trying to convert some matlab code over to python3 and just found your smop.
I could not get Python2.7 to work on the install, but it seems that my Python3 installed everything good.
In any case, I just tried your example but get an error:
smop-master/smop$ python3 main.py fastsolver.m
Traceback (most recent call last):
File "main.py", line 15, in
from . import options
ImportError: cannot import name 'options' from 'main' (main.py)
Any ideas on how to fix this?
I get the same error if I try the other default matlab examples as well.
Thanks
The text was updated successfully, but these errors were encountered: