Skip to content

Python binding prints progress on multiple lines instead of updating in place #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
soot-bit opened this issue Apr 14, 2025 · 0 comments

Comments

@soot-bit
Copy link

Body:

Hi, thank you for the great library!

I tried using the Python bindings for the progress indicator, but it doesn't behave as expected. Instead of updating the progress on a single line, it prints on multiple lines, which clutters the output.

I'm running this in a standard terminal (not a notebook), and I expected a single-line progress bar (similar to how tqdm works). It seems like carriage returns (\r) or output flushing might not be handled correctly in the Python binding.

Would it be possible to fix this or provide guidance on how to get a clean, single-line progress display?

Thanks again for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant