CCS-Lab / easyml

A toolkit for easily building and evaluating machine learning models.
https://ccs-lab.github.io/easyml
Other
40 stars 16 forks source link

No module named 'progressbar' #106

Closed ghshin-github closed 4 years ago

ghshin-github commented 4 years ago

I got an error message "No module named 'progressbar'". I checked that, after installing the package through pip, the file 'progressbar.py' does not exist under the 'easymlpy' folder. I guess that the file is missing from the outset and 'progressbar' is still called when core.py runs, which produces this error. Could you check this?

paulhendricks commented 4 years ago

Can you try this?

pip install progressbar2

https://pypi.org/project/progressbar2/

And see here: https://github.com/CCS-Lab/easyml/tree/master/Python#installation

ghshin-github commented 4 years ago

Thanks for the reply. I did what you said, but I keep seeing an error message (which is different from the previous one). I think this is a problem of my computer. I will troubleshoot it on my own. Thank you again.