The following error occurred when using tqdm today:
Exception ignored in: <function tqdm.__del__ at 0x7f78f8445320>
Traceback (most recent call last):
File "/root/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm.py", line 931, in __del__
self.close()
File "/root/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm.py", line 1133, in close
self._decr_instances(self)
File "/root/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm.py", line 496, in _decr_instances
cls.monitor.exit()
File "/root/anaconda3/lib/python3.7/site-packages/tqdm/_monitor.py", line 52, in exit
self.join()
File "/root/anaconda3/lib/python3.7/threading.py", line 1041, in join
raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread
I didn’t expect tqdm to have a bug
Solution:
pip install tqdm --upgrade
Read More:
- Python: How to Use os.path.join()
- [Solved] RuntimeError: run loop already started raise RuntimeError(‘run loop already started‘)
- Python automatically generates the requirements file for the current project
- [Solved] Python matplotlib Error: RuntimeError: In set_size: Could not set the fontsize…
- How to Solve Error: RuntimeError CUDA out of memory
- [How to Fix]RuntimeError: Python is not installed as a framework, If you are using (Ana)Conda
- [Solved] PyTorch Caught RuntimeError in DataLoader worker process 0和invalid argument 0: Sizes of tensors mus
- Python RuntimeError: Expected 4-dimensional input for 4-dimensional weight [32, 1, 5, 5]
- [Solved] Backtrader_plotting Error: RuntimeError: Unexpected data type
- [Solved] CONDA Error: Collecting package metadata (current_repodata.json): failed…
- [Solved] Python Error: An attempt has been made to start a new process before the current process has finished …
- [Solved] Python Error: asyncio RuntimeError: This event loop is already running
- [Solved] mmdetection benchmark.py Error: RuntimeError: Distributed package doesn‘t have NCCL built in
- [Solved] Python Error: “RuntimeError: ‘cryptography‘ package is required for sha256_password or caching_sha2_pas”
- RuntimeError: Address already in use [How to Solve]
- Autograd error in Python: runtimeerror: grad can be implicitly created only for scalar outputs
- [Solved] RuntimeError: cublas runtime error : resource allocation failed at
- [Solved] RuntimeError: ProcessGroupNCCL is only supported with GPUs, no GPUs found
- [Solved] PyQt: RuntimeError: wrapped C/C++ object has been deleted & has no attribute of flush in python
- linux ubuntu pip search Fault: <Fault -32500: “RuntimeError: PyPI‘s XMLRPC API is currently disab