muatik / flask-profiler

a flask profiler which watches endpoint calls and tries to make some analysis.
MIT License
751 stars 95 forks source link

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

Open rushimanche opened 3 years ago

rushimanche commented 3 years ago

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?