Skip to content
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

Open
b-thebest opened this issue Aug 23, 2020 · 5 comments
Open

No output and no file created #168

b-thebest opened this issue Aug 23, 2020 · 5 comments

Comments

@b-thebest
Copy link

I used the command as per document without installation.
I followed these steps:

  1. Install dependencies
  2. Run : python main.py solver.m

After this no a.py or solver.py is created. Please check the code. I have latest numpy, networkx, ply installed.

@SigmaField
Copy link

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.

@deeksha777
Copy link

facing the same issue on Windows 10

@deeksha777
Copy link

Guys include main() at the end of main.py file.
It works perfectly fine

@Jahangirali09
Copy link

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.
Thank you.

@jojo-31
Copy link

jojo-31 commented Apr 2, 2021

Add this at the end of main.py:

if __name__ == "__main__":
    main()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants