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
The main executable bin/rst2ansi starts with #!/usr/bin/python which aliases python2 (PEP 394). Should be #!/usr/bin/python3 or even better #!/usr/bin/env python3