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

Failed to create process #9

Closed
ghost opened this issue Feb 1, 2017 · 2 comments
Closed

Failed to create process #9

ghost opened this issue Feb 1, 2017 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Feb 1, 2017

Since the update which fixed the file() problem everytime I try to execute socialize via the socl command it returns a "failed to create process"

@dmonn
Copy link
Owner

dmonn commented Feb 1, 2017

Hey there, this seems to be a common problem with pip on Windows itself, not with this package. Consult this and this issue.. You'll have to update setuptools.

@dmonn dmonn closed this as completed Feb 1, 2017
@dmonn dmonn self-assigned this Feb 1, 2017
@ghost
Copy link
Author

ghost commented Feb 1, 2017

Problem was solved, just follow these steps:

1. Open Scripts/socl-script.py in python install folder
2. Change first line to have quotes around path
E.g.
#!c:\program files (x86)\python35-32\python.exe
to
#!"c:\program files (x86)\python35-32\python.exe"
3. run socl
4. Profit

Thank you @dmonn for linking these issues

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

No branches or pull requests

1 participant