abhishekkrthakur / colabcode

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

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. #101

Open victorsergio opened 2 years ago

victorsergio commented 2 years ago

Hi! I run the provided colab example, I get the following message on Google Colab after run !pip install colabcode:

Do you know what can I do to resolve this error? thanks in advance.

!pip install colabcode

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. google-colab 1.0.0 requires tornado~=5.1.0; python_version >= "3.0", but you have tornado 6.1 which is incompatible. Successfully installed anyio-3.5.0 colabcode-0.3.0 h11-0.13.0 json5-0.9.6 jupyter-client-6.1.12 jupyter-server-1.13.5 jupyterlab-3.0.7 jupyterlab-server-2.10.3 nbclassic-0.3.5 nest-asyncio-1.4.3 pyngrok-5.1.0 sniffio-1.2.0 tornado-6.1 uvicorn-0.13.1 websocket-client-1.2.3 WARNING: Upgrading ipython, ipykernel, tornado, prompt-toolkit or pyzmq can cause your runtime to repeatedly crash or behave in unexpected ways and is not recommended. If your runtime won't connect or execute code, you can reset it with "Factory reset runtime" from the "Runtime" menu. WARNING: The following packages were previously imported in this runtime: [jupyter_client,tornado] You must restart the runtime in order to use newly installed versions.

tuananh0305 commented 2 years ago

I have the same issue. Does anyone know how to solve it?