Hernan Orozco
Results
1
comments of
Hernan Orozco
Hi! The issue is related to the Python version. It should be `3.5.0`. Just follow the next steps: * install pyenv: `brew install pyenv` * install python 3.5.0: `pyenv install...