conda-forge / spyder-feedstock

A conda-smithy repository for spyder.
BSD 3-Clause "New" or "Revised" License
1 stars 17 forks source link

Jedi is not pinned to 0.9.0 #10

Closed rsignell-usgs closed 7 years ago

rsignell-usgs commented 7 years ago

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. 2017-02-22_14-55-25

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.

ccordoba12 commented 7 years ago

Yes, we had to pin Jedi to 0.9.0 because we need to do some changes to be compatible with 0.10.0

ocefpaf commented 7 years ago

@ccordoda12 can you send a PR pinning jedi here? I'm in transit with only a flaky 3G connection.