I used below code to install aicrowd-cli
!pip install -U aicrowd-cli
Installation of aicrowd-cli ran fine without any error. But I got the following error while using %load_ext
I used below code to install aicrowd-cli
!pip install -U aicrowd-cli
Installation of aicrowd-cli ran fine without any error. But I got the following error while using %load_ext
Hello @rohithr464
Please install git
to fix this. If you are on ubuntu, you can run
sudo apt update
sudo apt install -y git
For windows, you can install git
via conda
conda install git