Problem
2to3 has been deprecated for a while now and has not been compltely removed in 3.13.
Describe the enhancement
2to3 needs to be removed to be able to support python 3.13+. It seems to only be used to fix the import in the generated proto files.
I see 3 options :
Add compiled_proto to PYTHONPATH
Use sed to make the import relative
Create python script that converts the files (perhaps also create the files)
Problem 2to3 has been deprecated for a while now and has not been compltely removed in 3.13.
Describe the enhancement 2to3 needs to be removed to be able to support python 3.13+. It seems to only be used to fix the import in the generated proto files.
I see 3 options :
compiled_proto
toPYTHONPATH
sed
to make the import relativeEdit: Added 3rd option