question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Faulty Progress Bar on Mac

See original GitHub issue

I am using VS Code in MacOS When I use python interactive window, the progress bar doesn’t function properly.

This is my code

from rich.progress import track
import time
months = ['January','February','March']
for month in track(months):
    print(month)
    time.sleep(1)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
willmcgugancommented, Jan 15, 2022

@nellorebhanuteja I gather you are using Jupyter notebooks in VS Code (you might want to lead with that next time).

This works fine in Jupyter outside of VSCode. Could be a bug in VS Code. We will investigate.

0reactions
github-actions[bot]commented, Jan 27, 2022

Did I solve your problem?

Why not buy the devs a coffee to say thanks?

Read more comments on GitHub >

github_iconTop Results From Across the Web

If your Mac starts up to an Apple logo or progress bar
Your Mac shows an Apple logo when it finds your built-in or external startup disk. As startup continues, you should see a progress...
Read more >
Mac Stuck on Loading Screen/Progress Bar with Apple Logo
1. Restarting the System. As the name suggests, the first recommended method is to restart your Mac to fix this issue. · 1....
Read more >
How to fix a Mac that won't boot or gets stuck on the loading bar
There could be a variety of problems causing a Mac's boot process to fail or for the boot process to get “stuck” on...
Read more >
MacBook Pro Stuck on Loading Screen, How to Fix
However, if you've waited long enough(for hours) and the progress bar still remains on the screen without any change, then it's highly likely ......
Read more >
Why is there a progress bar when my Mac is starting up?
If you find yourself in a situation where the progress bar shows up during boot, stay the course and let it finish. In...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found