-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
macOS - Docker build - OSError: [Errno 18] Invalid cross-device link #69
Comments
For some reason that happened to me as well, but running |
I am experiencing a similar issue here. Interestingly, the error on the invalid cross-device link for me occurs at a random python package, while sometimes the build is actually successful. At the moment I have no solution other than "try until it works", which is not really satisfying. |
I have the same issue: Do you have any solution? @niranjan94 |
Same issue OSError: [Errno 18] Invalid cross-device link: '/opt/conda/lib/python3.7/site-packages/pkg_resources' -> '/tmp/pip-uninstall-1k2j_mjl/opt/conda/lib/python3.7/site-packages/pkg_resources' |
This issue has been automatically marked as stale because it has been open 30 days |
When building a lambda using docker on
macOS
, the following error is raised.The requirements.txt is
The text was updated successfully, but these errors were encountered: