ModuleNotFoundError: No module named 'tabpy'

Question:

So I did
!pip install tabpy
and it worked and installed all the packages and whatnot but in the very next cell I try to
import tabpy
and it gives me the error
ModuleNotFoundError: No module named 'tabpy'
Any help will be greatly appreciated

Asked By: Maulik Patel

||

Answers:

I just had to import a metadata supplementary package

Answered By: Maulik Patel