pipreqs
pipreqs copied to clipboard
Wrong package exported
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.
Hm, what is the package imported as?