abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
MIT License
2.07k stars 276 forks source link

python extension issue #70

Open NiallHurley opened 3 years ago

NiallHurley commented 3 years ago

when i try to set the interpreter via the Command Palette I get - "Command 'Python: Select Interpreter' resulted in an error (command 'python.setInterpreter' not found)"

I can execute the python code in the terminal and the python extension looks like it's installed but I can't get it to work. I've tried installing older versions of python after finding some others with the same issue but this didn't resolve the issue either.

Anyone else with this issue or with a workaround?

Deon-Trevor commented 3 years ago

I have the same problem. Did you find a solution?

NiallHurley commented 3 years ago

nope - I'm pretty sure it's an inconsistency between the python version on colab vs what colabcode supports. I was hoping that these would be upgraded automatically and the issue would disappear!