maikherbig / AIDeveloper

GUI-based software for training, evaluating and applying deep neural nets for image classification
BSD 2-Clause "Simplified" License
109 stars 20 forks source link

Help->Software fails (No such file or directory: 'conda_list.txt') #4

Closed maikherbig closed 4 years ago

maikherbig commented 4 years ago

When clicking on Software (on Help menu), the following error is shown: Traceback (most recent call last): File "AIDeveloper_0.0.6.py", line 9699, in actionSoftware_function f = open("conda_list.txt", "r") FileNotFoundError: [Errno 2] No such file or directory: 'conda_list.txt'

->the file conda.txt is not properly referenced! Maybe also rename it to software_list.txt as conda is not used in case of the Mac version

maikherbig commented 4 years ago

Solved by e11bdd2