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

Can't install any package E::ProcessQueue::Error #3003 #154

Closed
OneHalf3544c opened this issue Aug 17, 2022 · 10 comments · Fixed by #156
Closed

Can't install any package E::ProcessQueue::Error #3003 #154

OneHalf3544c opened this issue Aug 17, 2022 · 10 comments · Fixed by #156

Comments

@OneHalf3544c
Copy link

Hello. I'm just trying to get started with the utility. And most likely I'm doing something wrong, but I can't figure out what exactly is wrong.

Firstly I also have a conflict with atom apm, and I have to use the full path.
I manage to initialize the project and I get the project.apm file.
But I have problems installing any package, both in a new project and an existing one.
files are downloaded to the apm_packages folder, but everything ends with an error E::ProcessQueue::Error #3003
I use Windiws 8.1 os

what could be wrong?

2022-08-17_8-22-05
2022-08-17_8-15-35
2022-08-17_8-06-38
2022-08-17_8-05-56

@marchbold
Copy link
Contributor

Right, I don't actually have a windows 8 box any more so haven't tested there.

Could you run it with debug logs:

apm -l d ...

and post the output.

Also do you have access to Windows Terminal or a command prompt that supports escape characters? Will make the utility output look a lot nicer.

@OneHalf3544c
Copy link
Author

apm -l d ...

2022-08-17_9-08-57

@OneHalf3544c
Copy link
Author

Ok, I checked on windows 10 and everything works well there, I will work using windows 10

@marchbold
Copy link
Contributor

Hi, sorry the ... were meant to meant the rest of your install command.

apm -l d install com.distriqt.Core

or whatever you were running.

@OneHalf3544c
Copy link
Author

Hi, Ok, thak you.
I was check this.
txt.log

@OneHalf3544c OneHalf3544c reopened this Aug 18, 2022
@marchbold
Copy link
Contributor

marchbold commented Aug 18, 2022

Ah right, the zip extraction powershell command isn't available on windows 8 by the looks of it. I should be able to get around that by falling back to an as3 implementation.

Will leave this one open to get it implemented.

Would you be able to test an update when I have something available?

@marchbold
Copy link
Contributor

Could you try this update for me:
apm_1.1.8.zip

@OneHalf3544c
Copy link
Author

Could you try this update for me: apm_1.1.8.zip

thanks, it seems to be working now

@marchbold
Copy link
Contributor

Great! thanks for confirming, I'll get this rolled into the next release.

@marchbold
Copy link
Contributor

Will leave this open until we roll out the update, should be this week.

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

Successfully merging a pull request may close this issue.

2 participants