installing [email protected] is failed #4316
-
I tried to install [email protected] but failed. command & outputs>scoop install [email protected]
WARN Given version (3.9.12) does not match manifest (3.11.1)
WARN Attempting to generate manifest for 'python' (3.9.12)
Autoupdating python
Searching hash for python-3.9.12.exe in https://www.python.org/downloads/release/python-3912/
Found: md5:1e8477792ec093c02991bd37b8615a2e using Extract Mode
Searching hash for python-3.9.12-amd64.exe in https://www.python.org/downloads/release/python-3912/
Found: md5:cc816f1323d591087b70df5fc977feae using Extract Mode
Searching hash for python-3.9.12-arm64.exe in https://www.python.org/downloads/release/python-3912/
Could not find hash in https://www.python.org/downloads/release/python-3912/
Downloading python-3.9.12-arm64.exe to compute hashes!
The remote server returned an error: (404) NotFound
URL https://www.python.org/ftp/python/3.9.12/python-3.9.12-arm64.exe#/setup.exe is not valid
Could not install [email protected]
Select-CurrentVersion : Cannot bind argument to parameter 'AppName' because it is an empty string.
At C:\Users\xxx\scoop\apps\scoop\current\lib\core.ps1:239 char:54
+ return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl ...
+ ~~~~
+ CategoryInfo : InvalidData: (:) [Select-CurrentVersion]、ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Select-CurrentVersion
You cannot call a method on a null-valued expression.
At C:\Users\xxx\scoop\apps\scoop\current\lib\manifest.ps1:36 char:5
+ $app = $app.TrimStart('/')
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) []、RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull |
Beta Was this translation helpful? Give feedback.
Answered by
rashil2000
Jan 6, 2023
Replies: 1 comment 1 reply
Answer selected by
adoory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #4144