I created a new environment with the latest python and spyder from conda-forge (python=3.6 and spyder=3.1.3) and on startup it complained it didn't have jedi=0.9.0.
I did conda list and found out I had jedi=0.10.0 installed.
So I did "conda install jedi=0.9.0" and started up spyder again.
I created a new environment with the latest python and spyder from conda-forge (
python=3.6
andspyder=3.1.3
) and on startup it complained it didn't havejedi=0.9.0.
I did conda list and found out I had jedi=0.10.0 installed.
So I did "conda install jedi=0.9.0" and started up spyder again.
It seems happy.