Hi friends, I tried prefect v2 on windows and I ge...
# prefect-community
q
Hi friends, I tried prefect v2 on windows and I get this error when I try to run my flow
Copy code
sqlite3.OperationalError: no such table: json_each
Has anyone experienced this?
1
b
Hello! Can you share the output of
prefect version
?
n
if you're running locally and okay with resetting your sqlite database, you could try
rm ~/.prefect/orion.db
and
prefect orion database reset -y
1
q
@Nate The database reset didn't fix it
n
hmm then to bianca's point, seeing the output of
prefect version
would be helpful
q
@Bianca Hoch, see the output of prefect version in the image above