tqdm/tqdm

TQDM as ??????? and multiline in the terminal of EC2 machine

thanish opened this issue · 0 comments

  • I have marked all applicable categories:
    • exception-raising bug
    • visual output bug
  • I have visited the source website, and in particular
    read the known issues
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and
    environment, where applicable:
    import tqdm, sys
    print(tqdm.__version__, sys.version, sys.platform)

4.66.1 3.10.9 | packaged by conda-forge | (main, Feb 2 2023, 20:20:04) [GCC 11.3.0] linux

I'm trying to use tqdm in my EC2 instance but it's really annoying to see this ???? and keeps running through the screen from bottom to top. Can anyone help with this issue?

image