Pumas-juliaup installation error

hi everyone,

i am trying to install pumas, this is the error i am facing.

tried to install julia manually, but getting this error “Please install Juliaup from the Microsoft Store.”

thank you

Hi @TANIASIDANA,

Could you clarify what steps you took to “install manually”? Which website, and what commands you ran?

Kind regards,
Michael Hatherly

tried installing from microsoft store, julia is getting installed but the juliaup is not getting installed. I have also uninstalled and tried again to install from the github link “https://github.com/JuliaLang/juliaup” even then i was getting the same error

Please copy in the error you see when running winget install --name Julia --id 9NJNWW8PVKMN -e -s msstore manually in a terminal.

tried it getting this error.

same code i ran in cmd

C:\Users\Tania>winget install --name Julia --id 9NJNWW8PVKMN -e -s msstore
‘winget’ is not recognized as an internal or external command,
operable program or batch file.

So winget appears to be missing from your Windows install. That typically happens if the Windows version is older than Windows 10 1709 or if the “App Installer” app isn’t installed on the system. See if you can install the App Installer app in the windows store and then try that command again. Use WinGet to install and manage applications | Microsoft Learn for more details.

getting the same error after installing

If you’ve not restarted the system after install if might not have picked it up. Do that if you haven’t already.

Then show the output of the winget install --name Julia --id 9NJNWW8PVKMN -e -s msstore command again so we can see if it is any different.

i restarted the system and ran the code again. getting same error “C:\Users\Tania>winget install --name Julia --id 9NJNWW8PVKMN -e -s msstore
‘winget’ is not recognized as an internal or external command,
operable program or batch file.”

Please can you provide the output of winver run in that console as well so we can know the exact Windows version you are running?