Describe the bug
When running pip install for packages in the requirements files, the installation of package feedparser==5.2.1 fails with error
error in feedparser setup command: use_2to3 is invalid.
To Reproduce
Steps to reproduce the behavior:
- Clone the repository
- Create the virtual environment
- Run
pip install -r requirements.txt
- See error
Expected behavior
Smooth install of the program
Desktop (please complete the following information):
- OS: Android Termux
- Python Version - 3.13.12
Describe the bug
When running pip install for packages in the requirements files, the installation of package
feedparser==5.2.1fails with errorerror in feedparser setup command: use_2to3 is invalid.To Reproduce
Steps to reproduce the behavior:
pip install -r requirements.txtExpected behavior
Smooth install of the program
Desktop (please complete the following information):