Error in Tutorial section "Make the Project Installable" #5099
Unanswered
prcantwell
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While following the instructions for Make the Project Installable in the Flask Tutorial, I encountered the error below when running
pip install -e .
:The error message suggests three solutions. Following the setuptools docs, I tried solution 3 by adding these two lines to the end of my
pyproject.toml
file:It worked (installation proceeded without errors).
But is this the correct way to fix this error? Or should I not have had this error in the first place? (did I make a mistake following the tutorial?)
I'm using Python 3.9.2, setuptools 65.5.1, and pip 23.1.2 on Windows 10.
Beta Was this translation helpful? Give feedback.
All reactions