Is there any way to force install a pip python package ignoring all its dependencies that cannot be satisfied?
(I don’t care how "wrong" it is to do so, I just need to do it, any logic and reasoning aside…)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
pip has a
--no-dependenciesswitch. You should use that.For more information, run
pip install -h, where you’ll see this line: