andreinechaev / nvcc4jupyter

A plugin for Jupyter Notebook to run CUDA C/C++ code
MIT License
200 stars 87 forks source link

Error while using in Colab #14

Closed dog-ai-project closed 9 months ago

dog-ai-project commented 2 years ago

!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.

ghost commented 2 years ago

Try

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

(https instead of git)

rohitashwani1 commented 9 months ago

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

cosminc98 commented 9 months ago

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