wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
518 stars 75 forks source link

Python Kernel Restarts when using Plyvel #122

Closed hudefect closed 2 years ago

hudefect commented 3 years ago

I am trying to use Plyvel but the kernel restarts every time I try to create a new DB.

Here is what I did:

Code I am trying to run:

import plyvel
db = plyvel.DB('/tmp/testdb/', create_if_missing=True)

Error message I get from JypyteLab:

Kernel Restarting
The kernel for xxx appears to have died. It will restart automatically.

Appreciate if anyone can point me in the right direction to get this sorted.

I have already tried restarting everything / creating a new environment / executing the same from console.

wbolster commented 3 years ago

i fear this lacks relevant information. do you have more error details, or stack traces?