Console error:
JavaScript
x
4
1
File "C:UserssemnomeAppDataLocalProgramsPythonPython310libsite-packagesPyInstallerhookshook-sqlalchemy.py", line 31, in <module>
2
dialects = eval(dialects.strip())
3
File "<string>", line 0
4
when that happened I usually solved it with:
JavaScript
1
2
1
pip install sqlalchemy --upgrade
2
but now it doesn’t work anymore, what do I do?
Advertisement
Answer
pip uninstall sqlalchemy > pip install sqlalchemy
that solved the problem