Skip to content
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

tqdm not mentioned as a dependency #2

Open
swwalsh opened this issue Jul 17, 2024 · 1 comment
Open

tqdm not mentioned as a dependency #2

swwalsh opened this issue Jul 17, 2024 · 1 comment

Comments

@swwalsh
Copy link

swwalsh commented Jul 17, 2024

Hi there,
The 'tdqm' package is used in DREAMER.py but is not mentioned as a dependency. Line 27 of DREAMER.py:

from tqdm import tqdm

Running DREAMER.py without it installed leads to error messages:|

$ python DREAMER_Run.py 
Traceback (most recent call last):
  File "/autofs/vast/neuromod/2023Temp/shane_walsh/DREAMER/eeg_tests/DREAMER_Run.py", line 7, in <module>
    from DREAMER import DREAMER
  File "/autofs/vast/neuromod/2023Temp/shane_walsh/DREAMER/DREAMER/DREAMER.py", line 27, in <module>
    from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'

Thanks

@me-ahangaran
Copy link
Collaborator

The issue was resolved.
Thanks.

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

2 participants