-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] scoop import scoopfile.json
outputs "Couldn't find manifest for 'main/<pkg> --arch arm64'."
#5208
Comments
I'm having the same issue. After some digging up, I've found out that the Scoop/libexec/scoop-import.ps1 Lines 43 to 49 in 8aee6f9
which is empty in my case (after running And Info is empty because architecture is not always added to it: Lines 53 to 55 in 8aee6f9
So, #5210 will fix it when it's been released |
Any idea when a release with this fix will be issued? |
Sorry, soon 😄 |
After ScoopInstaller/Scoop#5208 was fixed.
Bug Report
Current Behavior
Running
scoop import scoopfile.json
outputs several messages or error, like so:It's actually doznes of errors, I'm only showing 2. It's one for each pkg in the json file.
And nothing is being imported, no installations are happening.
Expected Behavior
Import succeeds.
Additional context/output
File was created in PowerShell Core 7, like this:
This is a part of this file:
I then tested the import and saw the error messages.
I tried uninstalling
ag
to see if it would import it, it didn't.Possible Solution
N/A.
System details
Windows version: 11
Microsoft Windows [Version 10.0.22621.675]
OS architecture:
64bit
PowerShell version:
7.2.6
Additional software:
Scoop Configuration
The text was updated successfully, but these errors were encountered: