[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Feedback](/c/feedback/8)

# Possible solution for: Failed to run "pip3 install --disable-pip-version-check --target . werkzeug==1.0.1" I'm using python 3.13

160 views · 1 like · 2 posts


Tech Nin9 (@tech-nin9) · 2024-11-16 · ♥ 1

Possible solution for: Failed to run "pip3 install --disable-pip-version-check --target . werkzeug==1.0.1" I am using Python 3.13

When running the vercel dev command locally for my project, I got the message: Failed to run "pip3 install --disable-pip-version-check --target . werkzeug==1.0.1" I am using Python 3.13

I managed to solve this by going to the environment variables and noticed that one of them was missing a slash \ at the end. After this adjustment I was able to deploy. I am currently using Python 3.13, but I saw people commenting on a similar error in Python 3.9.

In the Path case, there should be two lines similar to this:

C:\Users\RYZEN\AppData\Local\Programs\Python\Python313\Scripts\

C:\Users\RYZEN\AppData\Local\Programs\Python\Python313\

Then check if Pip was recognized, and run the vercel dev command again.

I hope I helped in some way. Best regards! Felipe Craveiro


Pauline P. Narvas (@pawlean) · 2024-11-18

Wow, this is fantastic! Thank you for sharing this, @tech-nin9 :smile: 

I'll be sure to reference this post when Python questions come up :slight_smile: