flask-imgur
flask-imgur copied to clipboard
ImportError: cannot import name 'Imgur' from 'flask_imgur' (unknown location)
Did pip install Flask-Imgur and imported the package from flask_imgur import Imgur
But getting below error
Traceback (most recent call last):
File "app.py", line 4, in <module>
from flask_imgur import Imgur
ImportError: cannot import name 'Imgur' from 'flask_imgur' (unknown location)
@Sangram9693 Hey so the issue with this is that it has a missing init.py file which allows it to be able to be imported. However unfortunately it seems like this repo has been abandoned :(