flask-imgur icon indicating copy to clipboard operation
flask-imgur copied to clipboard

ImportError: cannot import name 'Imgur' from 'flask_imgur' (unknown location)

Open Sangram9693 opened this issue 5 years ago • 1 comments

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 avatar May 12 '20 15:05 Sangram9693

@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 :(

Leundai avatar Nov 04 '20 01:11 Leundai