Hello, I am a recent data science grauduate from Lighthouse labs and recently attended the Toronto Modern Data Stack meetup.
I installed astro using winget install -e --id Astronomer.Astro -v 1.18.2 and the output is:
PS C:\WINDOWS\system32> winget install -e --id Astronomer.Astro -v 1.18.2
Found Astro CLI [Astronomer.Astro] Version 1.18.2
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/astronomer/astro-cli/releases/download/v1.18.2/astro_1.18.2_windows_amd64.exe
██████████████████████████████ 28.9 MB / 28.9 MB
Successfully verified installer hash
Starting package install…
Command line alias added: “astro”
Path environment variable modified; restart your shell to use the new value.
Successfully installed
However I am having issues with running “astro version” in my powershell. I am following this guide: Install the Astro CLI | Astronomer Documentation
the error I am getting is this:
astro : The term ‘astro’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- astro version
-
+ CategoryInfo : ObjectNotFound: (astro:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
I hope to get some support on this. TIA!