Learn practical skills, build real-world projects, and advance your career

1. Installing Jovian


### Since the following commands did not work for me:
!pip install jovian -q --upgrade
pip3 install jovian -q --upgrade

It shows:

from PIL import Image
Image.open('img/pip.png')
<PIL.PngImagePlugin.PngImageFile image mode=RGBA size=1764x1600 at 0x10FCF57B8>

And then, I try pip3, but stiil getting errors:

Image.open('img/pip3.png')
<PIL.PngImagePlugin.PngImageFile image mode=RGBA size=1766x1046 at 0x106EF2710>

Finnaly, after couple searches, I found this command works for me:

sudo python3 -m pip install jovian