victorlei / smop

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

Future Warning: Possible nested set at... creates tons of "str" output #167

Closed asaadsellmann closed 2 years ago

asaadsellmann commented 4 years ago

Hi, I am confused. Excecuting "run.py myfile.m" in pycharms terminal returns the following error:

(base) <...\smop>run.py myfile.m
...\Anaconda3\lib\site-packages\ply\lex.py:760 :FutureWarning: Possible nested set at position 65
   c = re.compile('(?P<%s>%s)' % (fname, _get_regex(f)), self.reflags)
...\Anaconda3\lib\site-packages\ply\lex.py:498 :FutureWarnung: Possible nested set at position 118
   lexre = re.compile(regex,reflags)

str
str
str
str
...

the "str" output continues for a while^^

I already updated some packages, but the problem seems to be somewhere else (most probably my head^^)

thanks for any advice in advance!

asaad

alexpazolinid commented 4 years ago

Same problem over here, any clue ?

asaadsellmann commented 4 years ago

Nope sorry, not yet....I started translating myself as noone had an idea..

AAAIbrahim commented 3 years ago

Same here .. anyone found a solution?

LOO49 commented 3 years ago

Did anyone solve this problem??

khalil-nour-216355729 commented 2 years ago

I tried everything possible to solve this problem, was there any solution found? If yes please share!

asaadsellmann commented 2 years ago

Nope, I did not have the time to continue working on it... Closing this issue for now