qwerty_000
@qwerty_000

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

【Python】最小限のrequirementsを得る方法について

解決したいこと

最小限のrequirementsを得る方法について

発生している問題・エラー

依存関係の解決のために自動でインストールされたライブラリを除き
手動でインストールしたライブラリのみの最小限のものが得たい

自分で試したこと

環境はWSL2で新しく構築した環境です
"これまでにあれこれインストールをしている"みたいな環境ではなくまっさらな環境です

pip freeze
pip list --not-required --format freeze
pip-chill
pipdeptree

どれを使っても手動でインストールした以外のものも表示されます

0

No Answers yet.

Your answer might help someone💌