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

New Installation - Missing file? #26

Open
djbrout opened this issue Jul 7, 2023 · 0 comments
Open

New Installation - Missing file? #26

djbrout opened this issue Jul 7, 2023 · 0 comments

Comments

@djbrout
Copy link

djbrout commented Jul 7, 2023

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

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

1 participant