-
Notifications
You must be signed in to change notification settings - Fork 2
Description
when I tried to run the code from src file. it says error. Error massage is here:
Traceback (most recent call last):
File "/media/muztaba-ahbab/Others Stuff/Study/HIWI/Mathematics/LowDoseCTPytorch-master/LowDoseCTPytorch-master/src/train.py", line 8, in
from client.ModelClient import ReconstructionModelClient
File "/media/muztaba-ahbab/Others Stuff/Study/HIWI/Mathematics/LowDoseCTPytorch-master/LowDoseCTPytorch-master/src/client/ModelClient.py", line 10, in
from utils.CustomBar import CustomBar, Bar
File "/media/muztaba-ahbab/Others Stuff/Study/HIWI/Mathematics/LowDoseCTPytorch-master/LowDoseCTPytorch-master/src/utils/CustomBar.py", line 1, in
from progress.bar import Bar
ModuleNotFoundError: No module named 'progress'
So can you tell me where is this progress file? I am tried but unable to find the file progress.bar.