-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Windows: "Failed to create process" when running socli
without parameters
#6
Comments
It is actually a windows python bug. See: It has a workaround implemented by @tomduck on pypa/pip#2783 I am trying to implement it to socli.. |
@JonasGroeger you can try using easy install
|
I am use any feature on windows . D:\Python\socli>socli D:\Python\socli>socli -u D:\Python\socli>socli -h D:\Python\socli> |
PS C:\Users\jonas> pip install socli
Requirement already satisfied (use --upgrade to upgrade): socli in c:\program files\python35-64\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): BeautifulSoup4 in c:\program files\python35-64\lib\site-packages (from socli)
Requirement already satisfied (use --upgrade to upgrade): requests in c:\program files\python35-64\lib\site-packages (from socli)
PS C:\Users\jonas> socli
failed to create process.
PS C:\Users\jonas> ($env:Path).Replace(';',"`n")
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0
C:\Program Files (x86)\GNU\GnuPG\pub
C:\Users\jonas\bin
C:\Users\jonas\AppData\Local\atom\bin
C:\Program Files\Python35-64
C:\Program Files\Python35-64\Scripts
C:\ProgramData\Oracle\Java\javapath
C:\Program Files\Git\cmd
C:\Program Files\Inkscape
C:\Program Files\Rapid Environment Editor
C:\Program Files\Sublime Text 3
C:\HashiCorp\Vagrant\bin
C:\Program Files\7-Zip
C:\Program Files (x86)\Vim\vim74
C:\Users\jonas\bin\kitty
C:\Program Files\MikTex\miktex\bin\x64
C:\Program Files\ffmpeg\bin
Running
python -m socli
works btw.The text was updated successfully, but these errors were encountered: