grantjenks / python-diskcache

Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.

Home Page:http://www.grantjenks.com/docs/diskcache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3.DatabaseError: database disk image is malformed

hi-hachi opened this issue · comments

commented

I tried this examples of plotly dash, but I get this error and cannot proceed.
I am a newbie so I don't know if it is a problem with my computer or something else. I am using windows 10 and this example works fine on other PCs (windows10 & macbook pro). I created a virtual environment with anaconda and use visual studio code.

  • Python 3.10.10
  • I installed the necessary libraries with pip and did not specify a version

The error is
settings = con.execute(select).fetchall()
sqlite3.DatabaseError: database disk image is malformed

I've already read this and tried to figure out but it didn't work.

That's not a lot to go on 🤷‍♂️

Do any of the caveats apply https://grantjenks.com/docs/diskcache/tutorial.html#caveats ? These are usually file system issues. Windows Subsystem for Linux sometimes also causes issues.

commented

Thank you for your early response and sorry for wasting your time.
I copied a file and tried to run so it didn't work.
I deleted a cache folder which already created and it worked!