pandas-formats-benchmark icon indicating copy to clipboard operation
pandas-formats-benchmark copied to clipboard

TypeError: can't pickle _thread.RLock objects

Open dharathakkar5 opened this issue 4 years ago • 4 comments

dharathakkar5 avatar Aug 21 '20 19:08 dharathakkar5

Hey @devforfu , Thanks for the really nice summary of different storage formats! I too get this same error. I am using Python 3.7 on Windows 10. Traceback- image Thanks! :)

abhilashknair avatar Oct 20 '20 18:10 abhilashknair

Same error here.. any clue? (Python 3.9.7 on Windows 10) image

rurubino1 avatar Mar 02 '22 09:03 rurubino1

The error is about the Utils.py I had to comment out self.p.start() & self.p.join() in MemoryTracker function.

DudiArbiv avatar Dec 05 '22 11:12 DudiArbiv

Same issue here python 3.11.4 @devforfu

I had to comment out self.p.start() & self.p.join() in MemoryTracker function.

I think this makes the MemoryTracker useless

gustavz avatar Jul 26 '23 09:07 gustavz