Skip to content
Discussion options

You must be logged in to vote

For the Mac issues, my guess is that your python version is too old. If you try python3 --version what does that return? The capture_output flag the script is complaining about was introduced in version 3.6, so I am guessing your python is older than that. I would suggest updating python through brew or pyenv or however you like to manage your python version(s). If you don't know what version to go with, RV is using Python 3.9, so I would suggest that or later should be sufficient.

Hope that helps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vidjuheffex
Comment options

Answer selected by vidjuheffex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants