You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
This is issue #2421. For some reason, TravisCI says:
Error: Version 3.6 with arch x64 not found
This looks like a change to TravisCI that is unrelated to Leo.
Does anyone have an idea what is going on?
Edward
tbp1...@gmail.com
unread,
Feb 15, 2022, 10:55:47 AM2/15/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
I'd guess that there was an OS update, and they updated to a higher version of Python. The 3.6 version might still be on the VM, but not on the path. If so, calling with python3.6 instead of python3 might be enough.