-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run "pip3.9 install --disable-pip-version-check --target . werkzeug==1.0.1" | Error: spawn pip3.9 ENOENT #67
Comments
I tried to deploy sqlite databases in other projects and I found that in new projects the plugin don't work anymore, while in old projects they still work. I don't know why, I haven't reach any usage limit on Vercel. I think one possible explanation is that my new projects are somehow marked to use a new build env on Vercel, but there's no way for me to know for sure. All my new projects failed like this:
|
|
@simonw Could you take a look at this issue please? |
I had the same problem. It seems like changing the Node.js version from the Project Settings (under General) to 18.x solves it. |
Confirming that changing Node.js to 18.x solved the problem. |
I experienced the same issue and before reading this found a different solution, which was to change the vercel.json output in the plugin options to I chose 4.3.1 because it seemed to be the most popular option here: https://www.npmjs.com/package/@vercel/python?activeTab=versions This would be a simple change to the Node version on Vercel remains 20.x |
I have created #68 for this |
datasette, version 1.0a12
datasette-publish-vercel: latest version
Vercel CLI 33.6.1 (can successfully deploy any other python serverless projects, just doesn't work with datasette-publish-vercel)
The text was updated successfully, but these errors were encountered: