-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Delete "-b" flag from pip install command #48722
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
Conversation
"--build <dir>" flag has been deprecated for a while and finally removed in pip-20.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Aha! Now that explains why #48118 failed. Good. |
💊 CI failures summary and remediationsAs of commit d5e46f4 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 fixed upstream failure:These were probably caused by upstream breakages that were already fixed.
Please rebase on the
|
It has been deprecated for a while and was finally removed in 20.3 Followup after #48722
Summary: It has been deprecated for a while and was finally removed in 20.3 Followup after #48722 Fixes ONNX build failures after docker image update Pull Request resolved: #48742 Reviewed By: walterddr Differential Revision: D25282017 Pulled By: malfet fbshipit-source-id: 1dfa4eb57398f979107ca1544aafbc6d7b5e68a4
Summary: It has been deprecated for a while and was finally removed in 20.3 Followup after pytorch#48722 Fixes ONNX build failures after docker image update Pull Request resolved: pytorch#48742 Reviewed By: walterddr Differential Revision: D25282017 Pulled By: malfet fbshipit-source-id: 1dfa4eb57398f979107ca1544aafbc6d7b5e68a4
Summary: "--build <dir>" flag has been deprecated for a while and finally removed in pip-20.3 Before this PR is applied, every change to docker images would result in ONNX failures Pull Request resolved: pytorch#48722 Reviewed By: janeyx99 Differential Revision: D25274020 Pulled By: malfet fbshipit-source-id: 9e0f9daba58ceeec5474d649d1b22bfeca91d7bc
Summary: "--build <dir>" flag has been deprecated for a while and finally removed in pip-20.3 Before this PR is applied, every change to docker images would result in ONNX failures Pull Request resolved: pytorch#48722 Reviewed By: janeyx99 Differential Revision: D25274020 Pulled By: malfet fbshipit-source-id: 9e0f9daba58ceeec5474d649d1b22bfeca91d7bc
Summary: It has been deprecated for a while and was finally removed in 20.3 Followup after pytorch#48722 Fixes ONNX build failures after docker image update Pull Request resolved: pytorch#48742 Reviewed By: walterddr Differential Revision: D25282017 Pulled By: malfet fbshipit-source-id: 1dfa4eb57398f979107ca1544aafbc6d7b5e68a4
Summary: "--build <dir>" flag has been deprecated for a while and finally removed in pip-20.3 Before this PR is applied, every change to docker images would result in ONNX failures Pull Request resolved: pytorch#48722 Reviewed By: janeyx99 Differential Revision: D25274020 Pulled By: malfet fbshipit-source-id: 9e0f9daba58ceeec5474d649d1b22bfeca91d7bc
Summary: First attempt to land pytorch#48118 failed due to the problem fixed by pytorch#48722. Pull Request resolved: pytorch#48723 Reviewed By: bdhirsh Differential Revision: D25274287 Pulled By: malfet fbshipit-source-id: 3ff0be3b522012c647448e5173b3ae38446d4120
Summary: It has been deprecated for a while and was finally removed in 20.3 Followup after pytorch#48722 Fixes ONNX build failures after docker image update Pull Request resolved: pytorch#48742 Reviewed By: walterddr Differential Revision: D25282017 Pulled By: malfet fbshipit-source-id: 1dfa4eb57398f979107ca1544aafbc6d7b5e68a4
"--build
" flag has been deprecated for a while and finally removed in pip-20.3Before this PR is applied, every change to docker images would result in ONNX failures