Skip to content
Advertisement

ModuleNotFoundError: No module named ‘flair’

I have installed flair library via the following command

JavaScript

but when i tries to import it, it will generate error like “ModuleNotFoundError: No module named ‘flair'”

Code:

JavaScript

Advertisement

Answer

install via the following command make sure you use –user option otherwise you will get a permission error in windows 10.

JavaScript

after install flair you have to restart kernel in jupyter notebook

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement