You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No such file or directory: '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torchgen/packaged/ATen/native/native_functions.yaml'
#6689
Open
AkiSakurai opened this issue
Nov 6, 2024
· 1 comment
· May be fixed by #6730
It is not necessary for the package to be located in get_python_lib.
For example, when compiling PyTorch from source using python3 setup.py develop, the package is located directly in the source folder.
Note that I cannot use the prebuilt PyTorch package, as it is no longer available on Intel Macs.
importlib.util.find_spec('torchgen') might be more portable.
The text was updated successfully, but these errors were encountered: