mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-04 10:30:07 +00:00
Error in pipreqs due to Python 2-style print statements when running in Google Colab #8
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 @harichselvamc on 3/29/2025
I encountered an issue while trying to generate a requirements.txt file using pipreqs in Google Colab. The tool fails due to a SyntaxError in one of the Python files that uses Python 2-style print statements (without parentheses). This issue arises when pipreqs tries to parse files in the project that are not fully compatible with Python 3.