Devo usare Python 3.6.5
a causa di una libreria che uso che continua a mostrare bug su 3.7.0
(TensorFlow).
Ho installato Python 3.6.5
usando Homebrew come segue:
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
Se installo vim
utilizzando Homebrew:
brew install vim --with-python
aggiorna Python a 3.7.0
. Così finisco per avere un vim funzionante ma rotto codice TensorFlow. Quello che ho fatto è stato il passaggio a 3.6.5
dopo aver installato vim
:
brew switch python 3.6.5_1
E ho finito per avere un codice TensorFlow funzionante ma un vim
rotto:
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