-
Notifications
You must be signed in to change notification settings - Fork 411
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
No output and no file created #168
Comments
Hi, I have the same issue when running this on Windows 10. All the dependencies are installed via Anaconda but when I run main.py with solver.m, no solver.py file is created. Nor do I receive an error message or warning. |
facing the same issue on Windows 10 |
Guys include main() at the end of main.py file. |
Hi, I have installed SMOP using pip install smop and it is successfully installed. Can you explain what I have to do next to convert my matlab program into python. What command do I need to run for converting my .m file to python output. |
Add this at the end of main.py:
|
I used the command as per document without installation.
I followed these steps:
After this no a.py or solver.py is created. Please check the code. I have latest numpy, networkx, ply installed.
The text was updated successfully, but these errors were encountered: