Je dois utiliser Python 3.6.5
à cause d'une bibliothèque que j'utilise et qui ne cesse d'afficher des bogues sur 3.7.0
(TensorFlow).
J'ai installé Python 3.6.5
en utilisant Homebrew comme suit :
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
Si j'installe vim
en utilisant Homebrew :
brew install vim --with-python
il met à jour Python en 3.7.0
. Je me retrouve donc avec un vim fonctionnel mais un code TensorFlow cassé. Ce que j'ai fait, c'est de revenir à 3.6.5
après l'installation vim
:
brew switch python 3.6.5_1
Et j'ai fini par avoir un code TensorFlow fonctionnel mais un code TensorFlow cassé. vim
:
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