pipreqs icon indicating copy to clipboard operation
pipreqs copied to clipboard

Wrong package exported

Open huangbhan opened this issue 9 months ago • 1 comments

I'm using the new framework launched by OpenAI, which only requires "pip install openai-agents". However, when I used "pipreqs" to export the packages of this project, the generated requirements file asked me to install "agents" and "openai". When I tried to install the environment according to the requirements file and run the project, it indeed failed to run.

huangbhan avatar Mar 18 '25 06:03 huangbhan

Hm, what is the package imported as?

jonas-eschle avatar Apr 07 '25 16:04 jonas-eschle