victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

Hello I still cannot run the example . Either directly site the smope folder or after having installed smop via easy install . When I use the command line smop solver.m I got the issue no such file or directory pointing to the egg file smop-0.41-py2.7.egg\\smop\\parsetsb.py I have python 2.7 and snip version installed is 0.41. #159

Open NiranthS opened 4 years ago

NiranthS commented 4 years ago

Hello I still cannot run the example . Either directly site the smope folder or after having installed smop via easy install . When I use the command line smop solver.m I got the issue no such file or directory pointing to the egg file smop-0.41-py2.7.egg\smop\parsetsb.py I have python 2.7 and snip version installed is 0.41.

When directly using the smop folder and running the line “main.py solver.m “ I have some messages but then nothing happend. ( to not have errors I needed to clean the “from . “ Lines at the beginning of the depending code inside the main.py).

Thank you for your help

Ps : I’m on my mobile phone.

Originally posted by @JAG1981 in https://github.com/victorlei/smop/issues/127#issuecomment-503612577

zheng-broad commented 3 years ago

I also have this issue, let me know if you have found a fix.

Ekatvam-Innovations commented 3 years ago

Hello I still cannot run the example . Either directly site the smope folder or after having installed smop via easy install . When I use the command line smop solver.m I got the issue no such file or directory pointing to the egg file smop-0.41-py2.7.egg\smop\parsetsb.py I have python 2.7 and snip version installed is 0.41.

When directly using the smop folder and running the line “main.py solver.m “ I have some messages but then nothing happend. ( to not have errors I needed to clean the “from . “ Lines at the beginning of the depending code inside the main.py).

Thank you for your help

Ps : I’m on my mobile phone.

Originally posted by @JAG1981 in #127 (comment)

I too have this issue, did you find any fix to it?