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

gemini_install.py --gemini-version option not working #933

Open
gmteunisse opened this issue Aug 15, 2019 · 0 comments
Open

gemini_install.py --gemini-version option not working #933

gmteunisse opened this issue Aug 15, 2019 · 0 comments

Comments

@gmteunisse
Copy link

Dear all,

I'm trying to build a DockerFile for GEMINI that will always build to the same version. It seems that this should be achieved through the option --gemini-version when running python gemini_install.py. Unfortunately, I haven't been able to figure out what specific formatting the passed argument should take. So far I've tried:

  • 0.30.2
  • 0.30.1
  • 0.20.1
  • v0.30.2
  • v0.30.1
  • v0.20.1

which all result in the following error:

main(parser.parse_args())
  File "gemini_install.py", line 76, in main
    raise ValueError('Gemini version %s could not be found. Try the latest version.' % args.gemini_version)
ValueError: Gemini version v0.20.1 could not be found. Try the latest version.

I'm not sure if this is an issue, or whether I'm not formatting this argument correctly. Could anybody shine a light on this?

Cheers,
Guus.

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