Replies: 2 comments
-
|
The url is downloadable now |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Got this error |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the instructions for "Install from source" (https://github.com/triton-lang/triton) and did followings:
git clone https://github.com/triton-lang/triton.git -b release/2.3.x
cd triton/
pip install ninja cmake wheel
pip install -e python
then got the following errors:
`root@EAC-5000:/data/triton# pip install -e python
Obtaining file:///data/triton/python
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... done
Requirement already satisfied: filelock in /usr/local/lib/python3.11/dist-packages (from triton==2.3.1) (3.15.4)
Building wheels for collected packages: triton
Building editable for triton (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building editable for triton (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [149 lines of output]
/tmp/pip-build-env-xux760mq/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
running editable_wheel
creating /tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info
writing /tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info/dependency_links.txt
writing requirements to /tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info/requires.txt
writing top-level names to /tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info/top_level.txt
writing manifest file '/tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file '/tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton.egg-info/SOURCES.txt'
creating '/tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton-2.3.1.dist-info'
creating /tmp/pip-wheel-u8_zbdsn/.tmp-upjhp105/triton-2.3.1.dist-info/WHEEL
running build_py
running build_ext
/tmp/pip-build-env-xux760mq/overlay/local/lib/python3.11/dist-packages/setuptools/command/editable_wheel.py:303: SetuptoolsDeprecationWarning: Customization incompatible with editable install
!!
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building editable for triton
Failed to build triton
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (triton)`
In addition to the error "HTTP Error 409: Public access is not permitted on this storage account.", I wonder why it tries to download "llvm-builds/llvm-5e5a22ca-ubuntu-x64.tar.gz" while it is built on Jetson Orin which is aarch64/arm64?
Beta Was this translation helpful? Give feedback.
All reactions