Build issues on Linux and Mac #119
-
Details: Issues on both
Linux Issues (CentOS7 on wsl)
Issues with bootstrapd
Issues steps individuallyrunning
Issues doing manual approachI end up with: Mac OS IssuesIssues with bootstrapd
Issues manually building
If anyone has any tips for me on building this software I'd appreciate it. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For the Mac issues, my guess is that your python version is too old. If you try Hope that helps. |
Beta Was this translation helpful? Give feedback.
For the Mac issues, my guess is that your python version is too old. If you try
python3 --version
what does that return? Thecapture_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 throughbrew
orpyenv
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.