Sorry for the delayed response. I think this issue might have been fixed recently, or at least it's working for me now. I installed pipreqs using pip3 instead of the default pip, and it worked fine .
この文書は、pipreqsの優位性と、その使用時に発生する可能性のあるエラーについての背景、課題、目的、方法、および結論を明確に示しています。これにより、Pythonのプロジェクトでの依存関係の管理方法を選択する際の参考情報を提供しています。
I'm trying to get all dependencies from a directory by using pipreqs. The directory is inside of a virtual env. When I run the command it creates a requirements.txt with the following content: ...