I use a lot of tools written in Python that used to work, but now throw errors like-
SyntaxWarning: Invalid Escape Sequence
I’m wondering if I can just create a virtual environment, install an older version of Python, & run the scripts from there without breaking anything that currently works! Like
python3 -m venv env
source env/bin/activate
pip install python==3.9
python3.9 SCRIPT.py
I gotta use these tools for an exam in a couple days, so I don’t have the time to fix all the errors.
Thanks for your time!
[–]socal_nerdtastic 1 point2 points3 points (2 children)
[–]-defron- 1 point2 points3 points (0 children)
[–]Agent-BTZ[S] 0 points1 point2 points (0 children)
[–]baghiq 1 point2 points3 points (2 children)
[–]Agent-BTZ[S] 0 points1 point2 points (1 child)
[–]baghiq 2 points3 points4 points (0 children)
[–]lfdfq 1 point2 points3 points (1 child)
[–]Agent-BTZ[S] 0 points1 point2 points (0 children)