You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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"
The text was updated successfully, but these errors were encountered: