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

TypeError: can't pickle _thread.RLock objects #2

Open
dharathakkar5 opened this issue Aug 21, 2020 · 4 comments
Open

TypeError: can't pickle _thread.RLock objects #2

dharathakkar5 opened this issue Aug 21, 2020 · 4 comments

Comments

@dharathakkar5
Copy link

No description provided.

@abhilashknair
Copy link

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! :)

@rurubino1
Copy link

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

@DudiArbiv
Copy link

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

@gustavz
Copy link

gustavz commented Jul 26, 2023

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

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

5 participants