mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-02 17:40:07 +00:00
Wrong package exported #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @huangbhan on 3/18/2025
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.