Is there any way to force install a pip python package ignoring all it's 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...)
pip has a --no-dependencies switch. You should use that.
--no-dependencies
For more information, run pip install -h, where you'll see this line:
pip install -h
--no-deps, --no-dependencies Ignore package dependencies
1.4m articles
1.4m replys
5 comments
57.0k users