Issue
I using Miniconda and have created geospatial environment inside it. All libraries are installed in this environment while Spyder is installed in primary/main environment. I am not able to run spyder ipython console connected to the geospatial environment. I have even checked this out, did exactly the things mentioned there but nothing works.
Solution
(Spyder maintainer here) To fix this you need to run the command mentioned in the message shown in our IPython console, i.e.
conda install spyder-kernels=0.*
or if you're using conda-forge exclusively, this needs to be
conda install -c conda-forge spyder-kernels=0.*
Note: This was solved by chatting with the OP in our Gitter channel, but I'm leaving here the answer for completeness.
Answered By - Carlos Cordoba
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.