techwithtim / Flask-Web-App-Tutorial

Code for the note storing flask web app made during a YouTube video.
922 stars 1.02k forks source link

ImportError: cannot import name 'blueprint' from 'flask' #76

Open Golpavel opened 2 years ago

Golpavel commented 2 years ago

Hi, I copied all the code form this tutorial, to make sure, but I always get this error, it supposed to be something with settings or instalation.

Traceback (most recent call last): File "/Users/pavelgol/Coding/Flask web/main.py", line 3, in app = create_app() File "/Users/pavelgol/Coding/Flask web/website/init.py", line 7, in create_app from .views import views File "/Users/pavelgol/Coding/Flask web/website/views.py", line 1, in from flask import blueprint ImportError: cannot import name 'blueprint' from 'flask' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/flask/init.py)

Thank you.

CODER6GC commented 1 year ago

I had the same issue, but i changed my interpreter to python 3.10.2 and than it worked.

Hammadnmt commented 9 months ago

change the intepreter