Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
満たすことができないすべての依存関係を無視して、pip python パッケージを強制的にインストールする方法はありますか?
(そうすることがどれほど「間違っている」かは気にしません。論理と推論はさておき、それを行う必要があるだけです...)
pip には--no-dependenciesスイッチがあります。あなたはそれを使うべきです。
--no-dependencies
詳細については、 を実行するpip install -hと、次の行が表示されます。
pip install -h
--no-deps, --no-dependencies Ignore package dependencies