gemini_install.py --gemini-version option not working
gmteunisse opened this issue · 0 comments
gmteunisse commented
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.