Closed
Description
Version
0.15.0
Description
After installing cortex with $ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/0.15/get-cli.sh)"
and running cortex cluster up
, I get the following error message after providing the aws region I would like to use:
error: runtime error: invalid memory address or nil pointer dereference
I could not figure out why, so I removed this installation and went to the docs and used version 0.14 and the same exact commands seem to work fine.
Configuration
I'll get the message after providing the region if I don't provide a config file but if I do, I'll get the error message right away.
Steps to reproduce
$ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/0.15/get-cli.sh
$ cortex cluster up
- Provide aws region and return
Expected behavior
Move on to ask configuration for s3 bucket, etc.
Actual behavior
Screenshots
Stack traces
N/A