sjmikler / progress-table

Display progress as a pretty table in the command line.
MIT License
98 stars 3 forks source link

[BUG] pip install seemingly not working #17

Closed jacopogiuliani closed 8 months ago

jacopogiuliani commented 8 months ago

Hello. Thank you for your amazing work. Looks really interesting and I really would like to implement it in my pytorch training loop. However, when installing using pip and trying your proposed example, the import fails with error:

File "/usr/local/lib/python3.10/site-packages/progress_table/init.py", line 3, in from progress_table.v0.progress_table import ProgressTableV0 ModuleNotFoundError: No module named 'progress_table.v0'

I'm working in a conda environment with python 3.10. Maybe there's some issue with the Pypi installer? Thank you for any help you could give me.

sjmikler commented 8 months ago

Taking a look

sjmikler commented 8 months ago

Thanks for reporting this, I will add tests to prevent this happening in the future. This should be fixed in version 1.2.3. Let me know if it works for you now.

jacopogiuliani commented 8 months ago

Thank you very much. You were super fast and efficient! everything works now.