-
Notifications
You must be signed in to change notification settings - Fork 428
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
AttributeError: 'HigherOrderOperator' object has no attribute 'py_functionalize_impl' #1663
Comments
Hey @huydhn It looks like it is the same issue as #1413 I tried installing but it is not installing
|
Let me take a look, the files are still there on S3, but they are gone from the index. The code was moved around recently in pytorch/test-infra#4879, so may be it causes a regression |
This should be fixed by pytorch/test-infra#4900 |
Duplicate of #1662 I'd say. |
pytorch/executorch#1663. The indexing script was migrated recently from builder to test-infra in #4879. But there was a mistake in which my [recent change](pytorch/builder@6f3cb2b) to keep nightly 20231010 for ExecuTorch wasn't copied over. So, this PR copies the missing logic pytorch/builder#1642. It also fixes some linter issues flagged by test-infra lintrunner.
The files are back in the index now https://download.pytorch.org/whl/nightly/torch/ and |
Thanks @huydhn I just went through the setup script in https://pytorch.org/executorch/stable/getting-started-setup.html from beginning to end. Works for me now. Thanks @AlexRibard for reporting. This was an actual bug on our side where torch=="2.2.0.dev20231010" (that stable branch, v0.1.0, uses) doesn't exist in the nightly index. Huy just updated it. |
I've followed the steps outlined https://pytorch.org/executorch/stable/getting-started-setup.html
But after running
I am getting the following error
The text was updated successfully, but these errors were encountered: