Reputation: 13
The python interpreter in my conda environment is 64-bit but when I open up Spyder from the conda console, it automatically uses the 32-bit interpreter. I tried pointing the correct interpreter in Spyder but it says it's uncompatible
The specific error I get: Either 1.Your IPython frontend and kernel versions are incompatible or 2.You don't have IPython installed in your external interpreter.
Upvotes: 0
Views: 4188
Reputation: 1276
Do you have multiple Python versions installed in parallel? At least on Windows I have experienced some stubborn errors when this was the case. Can you comment some more on your setup? Specifically which Python distributions you use, which OS you are running and how your PYTHONPATH variable is configured.
Check this answer which seems to cover your case.
Upvotes: 3