Need help with Vercel build failure #152495
Unanswered
Imadnajam
asked this question in
Programming Help
Replies: 2 comments
-
Hi @Imadnajam, thanks for being a part of the GitHub Community! The |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @Imadnajam. I believe that the issue is caused by including Try the following:
|
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
-
Select Topic Area
Bug
Feature Area
Issues
Body
I'm trying to deploy my Python project to Vercel, but I'm encountering the following build error:
CopyENOENT: no such file or directory, lstat '/vercel/path0/pycache/six.cpython-312.pyc'
Details:
Environment: Production
Branch: main (from https://github.com/Imadnajam/Frida)
Build duration: 5m 9s
Has anyone encountered this issue before? It seems to be related to Python's cache files and the six module. Any suggestions on how to resolve this would be greatly appreciated!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions