Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LunaDatasetクラスのimport #15

Open
146790g opened this issue Nov 28, 2021 · 0 comments
Open

LunaDatasetクラスのimport #15

146790g opened this issue Nov 28, 2021 · 0 comments

Comments

@146790g
Copy link

146790g commented Nov 28, 2021

from dsets import LunaDataset として、LunaDatasetくラスを読み込み際には、エラーが出ます。
Github上のプログラムをそのまま実行していますが、解決に至りません。

解析環境は、google colaboとなります。
よろしくお願いいたします。


DatabaseError Traceback (most recent call last)
in ()
----> 1 from dsets import LunaDataset

7 frames
/usr/local/lib/python3.7/dist-packages/diskcache/core.py in _con(self)
637 try:
638 select = 'SELECT key, value FROM Settings'
--> 639 settings = con.execute(select).fetchall()
640 except sqlite3.OperationalError:
641 pass

DatabaseError: database disk image is malformed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant