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
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