Tengo que usar Python 3.6.5
debido a una biblioteca que uso que sigue mostrando errores en 3.7.0
(TensorFlow).
Instalé Python 3.6.5
usando Homebrew de la siguiente manera:
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
Si instalo vim
usando Homebrew:
brew install vim --with-python
actualiza Python a 3.7.0
. Así que termino teniendo un código Vensor de trabajo, pero roto, TensorFlow. Lo que hice fue volver a 3.6.5
después de instalar vim
:
brew switch python 3.6.5_1
Y terminé teniendo un código de TensorFlow en funcionamiento pero con un vim
roto:
dyld: Library not loaded: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python
Referenced from: /usr/local/bin/vim
Reason: image not found
[1] 83442 abort vim