I'm trying to run this : sqlite_web ~/mydb.db, but the result always RecursionError for
File "/home/pi/.local/lib/python3.7/site-packages/playhouse/reflection.py", line 688, in _create_model
I tried to increase the recursion limit sys.setrecursionlimit(100000), but in the end I got only Segmentation fault text message.
I also tried with python 2.7 and 3.7, but nothing changed.
Issue description
I'm trying to run this :
sqlite_web ~/mydb.db
, but the result alwaysRecursionError
forFile "/home/pi/.local/lib/python3.7/site-packages/playhouse/reflection.py", line 688, in _create_model
I tried to increase the recursion limit
sys.setrecursionlimit(100000)
, but in the end I got onlySegmentation fault
text message.I also tried with python 2.7 and 3.7, but nothing changed.
What's the expected result?