2

dvc pull command fails with ERROR: unexpected error - no such column: FALSE What could be the possible cause?

dvc pull command is executed semi-regularly. No changes to the model, config or model storage were made since last successful execution.

huehue
  • 50
  • 5

1 Answers1

2

Looks like you have an older sqlite version installed. You could install older dvc version (2.45.1) or upgrade sqlite. Created https://github.com/iterative/sqltrie/issues/8 to avoid this problem in the next release.

Ruslan Kuprieiev
  • 845
  • 8
  • 11