Results 7 comments of Binh Vu

I encounter this issue when developing a python [extension modules](https://docs.python.org/3/extending/extending.html) (using Rust). As it is an extension created in another language, the source code is not available and hence I...

I also have the same error message when sphinx is upgrade from 5.0.2 to 5.1.0

Ok, I submitted a PR that deals with the hole issue as you mentioned. petgraph also has an implementation for serializing its internal state, but since PyObject doesn't implement Serialize...

I have the same issue when trying to import module rdflib at https://github.com/RDFLib/rdflib. When importing rdflib from python, it logs this line: INFO:rdflib:RDFLib Version: 4.2.1. And importing from jupyter, the...

@maxibor I found that @iFA88 created a fork (https://github.com/iFA88/python-rocksdb) that fixed this issue. Original thread: #46. I repost it here to increase visibility.

Hi there, I’m having trouble reproducing the issue. Could you please provide an example of the problem? I’d really appreciate it. Thanks!

Hi there, thanks for reporting and sharing the code. However, I’m facing some issues in reproducing it since it’s missing certain files, such as credentials and config. Could you kindly...