-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[windows] "failed to create process." #500
Comments
@cpoptic Could you make a screenshot? I've never seen anything like that before. |
@cpoptic That's weird... Could you try putting your password into double quotes? |
Judging from what I've quickly found on the Internet, this might be a setuptools bug. Need to look into that. For the moment, could you make sure path to your Python installation does not contain spaces? For example, if your python is installed into "C:\Program Files\Python 3.5", could you reinstall it into, say, "C:\Python3.5" and see if that helps? |
in or wherever python installed (above is default for windows) edit below file in idle: (right click on script name and select 'edit with idle in menu) coursera-dl-script from #!c:\users\loren dunlop\appdata\local\programs\python\python35-32\python.exe to #"!c:\users\loren dunlop\appdata\local\programs\python\python35-32\python.exe" (add quotes) this is a known PIP bug - took me nearly two hours of messing about but I got there.... source |
@lorendunlop Thank you! That's definitely worth adding to the README. |
@lorendunlop Thanks so much! This solved the issue for my config. I'm guessing it's related to the Python.exe path having spaces in it. The double quotes around the full pathname fixed it. |
Thanks to @lorendunlop for providing the solution! related #500 related #509
🚨Please review the Troubleshooting section
before reporting any issue. Don't forget to check also the current issues to
avoid duplicates.
Subject of the issue
"failed to create process." when i run coursera-dl from command line terminal
Your environment
Steps to reproduce
Tell us how to reproduce this issue, please don't forget to include
enough information so that you can help us help you:
file
requirements.txt
.I manually ran "pip show " for all 7 of the dependencies listed in requirements.txt and they all meet or exceed the version requirement.
your username and password, but leave all other information untouched).
coursera-dl
--version` returns error message ""
Running
pip show coursera-dl
returns nothing and simply returns an empty prompt.--debug
option before posting the messages as a bug report. Please, copy and paste
them. Don't reword/paraphrase the messages. Simply returns:
Expected behaviour
Tell us what should happen. I should at least get the version of coursera-dl
Actual behaviour
Tell us what happens instead. If the script fails, please copy the entire
output of the command or the stacktrace (don't forget to obfuscate your
username and password). If you cannot copy the exception, attach a screenshot.
actual behavior is it simply returns the error message "failed to create process."
The text was updated successfully, but these errors were encountered: