You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two files in this repo that have a shebang like #!/usr/bin/python. That causes issues while packaging them in an rpm. Would it be possible to put #!/usr/bin/python3?
*** ERROR: ambiguous python shebang in ./re2/make_unicode_casefold.py: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in ./re2/make_unicode_groups.py: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
There are two files in this repo that have a shebang like
#!/usr/bin/python
. That causes issues while packaging them in an rpm. Would it be possible to put#!/usr/bin/python3
?The two files are:
https://github.com/google/re2/blob/main/re2/make_unicode_casefold.py
https://github.com/google/re2/blob/main/re2/make_unicode_groups.py
Thanks
The text was updated successfully, but these errors were encountered: