nvcc4jupyter icon indicating copy to clipboard operation
nvcc4jupyter copied to clipboard

Error while using in Colab

Open dog-ai-project opened this issue 2 years ago • 1 comments

!pip install git+git://github.com/andreinechaev/nvcc4jupyter.git

Error

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Collecting git+git://github.com/andreinechaev/nvcc4jupyter.git Cloning git://github.com/andreinechaev/nvcc4jupyter.git to /tmp/pip-req-build-uc38iq2f Running command git clone -q git://github.com/andreinechaev/nvcc4jupyter.git /tmp/pip-req-build-uc38iq2f fatal: unable to connect to github.com: github.com[0: 140.82.114.4]: errno=Connection timed out

WARNING: Discarding git+git://github.com/andreinechaev/nvcc4jupyter.git. Command errored out with exit status 128: git clone -q git://github.com/andreinechaev/nvcc4jupyter.git /tmp/pip-req-build-uc38iq2f Check the logs for full command output. ERROR: Command errored out with exit status 128: git clone -q git://github.com/andreinechaev/nvcc4jupyter.git /tmp/pip-req-build-uc38iq2f Check the logs for full command output.

dog-ai-project avatar Jul 06 '22 06:07 dog-ai-project

Try

!pip install git+https://github.com/andreinechaev/nvcc4jupyter.git

(https instead of git)

ghost avatar Aug 02 '22 17:08 ghost

It is also giving an error. I am unable to load the nvcc plugin

rohitashwani1 avatar Jan 23 '24 18:01 rohitashwani1

@rohitashwani1 A major update was just introduced. Please follow these instructions.

cosminc98 avatar Jan 24 '24 12:01 cosminc98