You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the example on how to use TQDM. I have used this successfully in a prior version and installation, but when running my previous code or the example code, I receive the error:
File C:\ProgramData\Anaconda3\envs\pygad_2_2_0-2\Lib\site-packages\cloudpickle\cloudpickle.py:1245 in dump
return super().dump(obj)
TypeError: cannot pickle '_hashlib.HMAC' object
Pygad version 3.1.0 and also tried 3.2.0
This is the code that was run returning this result.
I am running the example on how to use TQDM. I have used this successfully in a prior version and installation, but when running my previous code or the example code, I receive the error:
File C:\ProgramData\Anaconda3\envs\pygad_2_2_0-2\Lib\site-packages\cloudpickle\cloudpickle.py:1245 in dump
return super().dump(obj)
TypeError: cannot pickle '_hashlib.HMAC' object
Pygad version 3.1.0 and also tried 3.2.0
This is the code that was run returning this result.
The text was updated successfully, but these errors were encountered: