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