Installez une version inférieure de Python à l'aide de conda

conda install python=3.5.0

 # or maybe 

 conda install python=2.7.8

 # or whatever you want....
Purple Team