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

AttributeError partially initialized module (most likely due to a circular import thrown during flask_profiler import

Open rushimanche opened this issue 4 years ago • 0 comments
trafficstars

Hello,

I am trying to import flask_profiler into my project.

Here is my requirements.txt file:

flask_profiler
werkzeug==0.16.0
MarkupSafe
itsdangerous==0.24
Jinja2==2.9.6
click==6.7
Flask==1.0
Flask-HTTPAuth==3.2.3
Flask-Testing==0.6.2

For some reason, this throws an attribute error in an unrelated file. Completely confused here. Can anyone help?

rushimanche avatar Apr 20 '21 20:04 rushimanche