TypeError: __init__() got an unexpected keyword argument 'max_value'
when I use python to run the ncltpoles.py in ubuntu16.04, I met thiserror
:
2012-01-08
Traceback (most recent call last):
File "ncltpoles.py", line 516, in
I received the same error on WSL for Ubuntu 18.04 on the same dataset
Solved by:
pip uninstall progressbar
pip install progressbar2
I use pycham to run the ncltpoles.py in windows,received the same error i changed 'max_value' into 'maxvalue' to adapt to the def in progressbar.py It seems to be working