You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi there,
The 'tdqm' package is used in DREAMER.py but is not mentioned as a dependency. Line 27 of DREAMER.py:
Running DREAMER.py without it installed leads to error messages:|
Thanks
The text was updated successfully, but these errors were encountered: