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. I'm trying to install and followed the README but have run into the following error
Traceback (most recent call last):
File "/usr/local/Caskroom/miniconda/base/envs/astrodash/bin/astrodash", line 8, in <module>
sys.exit(run_gui())
File "/usr/local/Caskroom/miniconda/base/envs/astrodash/lib/python3.8/site-packages/astrodash/__init__.py", line 39, in run_gui
form = MainApp(inputFilename=filepath)
File "/usr/local/Caskroom/miniconda/base/envs/astrodash/lib/python3.8/site-packages/astrodash/gui_main.py", line 24, in __init__
self.templates()
File "/usr/local/Caskroom/miniconda/base/envs/astrodash/lib/python3.8/site-packages/astrodash/gui_main.py", line 100, in templates
pars = get_training_parameters()
File "/usr/local/Caskroom/miniconda/base/envs/astrodash/lib/python3.8/site-packages/astrodash/restore_model.py", line 15, in get_training_parameters
with open(os.path.join(scriptDirectory, data_files, "models/zeroZ/training_params.pickle"), 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/Caskroom/miniconda/base/envs/astrodash/lib/python3.8/site-packages/astrodash/models_v06/models/zeroZ/training_params.pickle'
Many thanks in advance for your help,
Dillon
The text was updated successfully, but these errors were encountered:
Hi there. I'm trying to install and followed the README but have run into the following error
Many thanks in advance for your help,
Dillon
The text was updated successfully, but these errors were encountered: