from instapy import InstaPy
session = InstaPy(username='name', password='password')
session.login()
(I use VSC) my code breaks at the first line with error: from clarifai.rest import ClarifaiApp, Workflow ModuleNotFoundError: No module named 'clarifai.rest'
I tried reinstalling instapy, that specific module, but nothing changed.
Edit: Yes, I have tried reinstalling clarifai and it didn't help.