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

Install error: No versions matching '1.3.9' found in remote #383

Open
0x26res opened this issue Mar 2, 2023 · 4 comments
Open

Install error: No versions matching '1.3.9' found in remote #383

0x26res opened this issue Mar 2, 2023 · 4 comments

Comments

@0x26res
Copy link

0x26res commented Mar 2, 2023

I'm trying to use tfenv but it can't install any version of terraform.

$ brew install tfenv
$ tfenv list-remote | head
1.4.0-rc1
1.4.0-beta2
1.4.0-beta1
1.4.0-alpha20221207
1.4.0-alpha20221109
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
$ tfenv install 1.3.9     
No versions matching '1.3.9' found in remote
$ tfenv install latest
No versions matching 'latest' found in remote
$ tfenv install v1.3.9
No versions matching 'v1.3.9' found in remote

I'm not sure why it complains about not finding the version in remote. They are present when I call list-remote

@worzel666
Copy link
Collaborator

What version of tfenv have you got installed? tfenv --version

@0x26res
Copy link
Author

0x26res commented Mar 2, 2023

$  tfenv --version
tfenv 3.0.0

@worzel666
Copy link
Collaborator

Any other information? OS, architecture? The more information the better, really :)

@0x26res
Copy link
Author

0x26res commented Mar 3, 2023

I'm on macos, on an m1 macbook pro

ProductName:            macOS
ProductVersion:         13.2.1
BuildVersion:           22D68

I had previously installed terraform using brew, maybe it has left it in bad state. I ended up downloading the version I wanted to use manually.

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

2 participants