We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a fresh conda environment using conda create -n triton. I then ran the build instructions in the README and got the following error:
conda create -n triton.
Let me know if any other diagnostics information is needed.
(triton) vedant@vedant-MS-7B92:~/Desktop/video-recommendation/distributed/triton/python$ pip install -e . --verbose Using pip 22.3.1 from /home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/pip (python 3.10) Obtaining file:///home/vedant/Desktop/video-recommendation/distributed/triton/python Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info writing /tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info/dependency_links.txt writing requirements to /tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info/requires.txt writing top-level names to /tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file '/tmp/pip-pip-egg-info-0eimcrpi/triton.egg-info/SOURCES.txt' Preparing metadata (setup.py) ... done Collecting cmake Using cached cmake-3.25.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.7 MB) Collecting filelock Using cached filelock-3.9.0-py3-none-any.whl (9.7 kB) Collecting torch Downloading torch-1.13.1-cp310-cp310-manylinux1_x86_64.whl (887.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.5/887.5 MB 3.2 MB/s eta 0:00:00 Collecting lit Using cached lit-15.0.7.tar.gz (132 kB) Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info writing /tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info/dependency_links.txt writing entry points to /tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info/entry_points.txt writing top-level names to /tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'TODO' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution no previously-included directories found matching 'tests/Output' no previously-included directories found matching 'tests/*/Output' no previously-included directories found matching 'tests/*/*/Output' no previously-included directories found matching 'tests/*/*/*/Output' adding license file 'LICENSE.TXT' writing manifest file '/tmp/pip-pip-egg-info-tt1ghlf5/lit.egg-info/SOURCES.txt' Preparing metadata (setup.py) ... done Collecting nvidia-cudnn-cu11==8.5.0.96 Using cached nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB) Collecting nvidia-cuda-nvrtc-cu11==11.7.99 Using cached nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB) Collecting nvidia-cuda-runtime-cu11==11.7.99 Using cached nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB) Collecting nvidia-cublas-cu11==11.10.3.66 Using cached nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB) Collecting typing-extensions Using cached typing_extensions-4.4.0-py3-none-any.whl (26 kB) Requirement already satisfied: setuptools in /home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch->triton==2.0.0) (65.6.3) Requirement already satisfied: wheel in /home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch->triton==2.0.0) (0.37.1) Building wheels for collected packages: lit Running command python setup.py bdist_wheel running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/lit copying lit/TestTimes.py -> build/lib/lit copying lit/cl_arguments.py -> build/lib/lit copying lit/__init__.py -> build/lib/lit copying lit/TestRunner.py -> build/lib/lit copying lit/TestingConfig.py -> build/lib/lit copying lit/display.py -> build/lib/lit copying lit/LitConfig.py -> build/lib/lit copying lit/ShCommands.py -> build/lib/lit copying lit/main.py -> build/lib/lit copying lit/BooleanExpression.py -> build/lib/lit copying lit/discovery.py -> build/lib/lit copying lit/LitTestCase.py -> build/lib/lit copying lit/run.py -> build/lib/lit copying lit/util.py -> build/lib/lit copying lit/reports.py -> build/lib/lit copying lit/Test.py -> build/lib/lit copying lit/ProgressBar.py -> build/lib/lit copying lit/ShUtil.py -> build/lib/lit copying lit/worker.py -> build/lib/lit creating build/lib/lit/builtin_commands copying lit/builtin_commands/diff.py -> build/lib/lit/builtin_commands copying lit/builtin_commands/__init__.py -> build/lib/lit/builtin_commands copying lit/builtin_commands/cat.py -> build/lib/lit/builtin_commands creating build/lib/lit/formats copying lit/formats/base.py -> build/lib/lit/formats copying lit/formats/__init__.py -> build/lib/lit/formats copying lit/formats/shtest.py -> build/lib/lit/formats copying lit/formats/googletest.py -> build/lib/lit/formats creating build/lib/lit/llvm copying lit/llvm/config.py -> build/lib/lit/llvm copying lit/llvm/__init__.py -> build/lib/lit/llvm copying lit/llvm/subst.py -> build/lib/lit/llvm /home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/TestTimes.py -> build/bdist.linux-x86_64/wheel/lit creating build/bdist.linux-x86_64/wheel/lit/builtin_commands copying build/lib/lit/builtin_commands/diff.py -> build/bdist.linux-x86_64/wheel/lit/builtin_commands copying build/lib/lit/builtin_commands/__init__.py -> build/bdist.linux-x86_64/wheel/lit/builtin_commands copying build/lib/lit/builtin_commands/cat.py -> build/bdist.linux-x86_64/wheel/lit/builtin_commands copying build/lib/lit/cl_arguments.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/__init__.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/TestRunner.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/TestingConfig.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/display.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/LitConfig.py -> build/bdist.linux-x86_64/wheel/lit creating build/bdist.linux-x86_64/wheel/lit/formats copying build/lib/lit/formats/base.py -> build/bdist.linux-x86_64/wheel/lit/formats copying build/lib/lit/formats/__init__.py -> build/bdist.linux-x86_64/wheel/lit/formats copying build/lib/lit/formats/shtest.py -> build/bdist.linux-x86_64/wheel/lit/formats copying build/lib/lit/formats/googletest.py -> build/bdist.linux-x86_64/wheel/lit/formats copying build/lib/lit/ShCommands.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/main.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/BooleanExpression.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/discovery.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/LitTestCase.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/run.py -> build/bdist.linux-x86_64/wheel/lit creating build/bdist.linux-x86_64/wheel/lit/llvm copying build/lib/lit/llvm/config.py -> build/bdist.linux-x86_64/wheel/lit/llvm copying build/lib/lit/llvm/__init__.py -> build/bdist.linux-x86_64/wheel/lit/llvm copying build/lib/lit/llvm/subst.py -> build/bdist.linux-x86_64/wheel/lit/llvm copying build/lib/lit/util.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/reports.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/Test.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/ProgressBar.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/ShUtil.py -> build/bdist.linux-x86_64/wheel/lit copying build/lib/lit/worker.py -> build/bdist.linux-x86_64/wheel/lit running install_egg_info running egg_info writing lit.egg-info/PKG-INFO writing dependency_links to lit.egg-info/dependency_links.txt writing entry points to lit.egg-info/entry_points.txt writing top-level names to lit.egg-info/top_level.txt reading manifest file 'lit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'TODO' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution no previously-included directories found matching 'tests/Output' no previously-included directories found matching 'tests/*/Output' no previously-included directories found matching 'tests/*/*/Output' no previously-included directories found matching 'tests/*/*/*/Output' adding license file 'LICENSE.TXT' writing manifest file 'lit.egg-info/SOURCES.txt' Copying lit.egg-info to build/bdist.linux-x86_64/wheel/lit-15.0.7-py3.10.egg-info running install_scripts adding license file "LICENSE.TXT" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/lit-15.0.7.dist-info/WHEEL creating '/tmp/pip-wheel-18krtfej/lit-15.0.7-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'lit/BooleanExpression.py' adding 'lit/LitConfig.py' adding 'lit/LitTestCase.py' adding 'lit/ProgressBar.py' adding 'lit/ShCommands.py' adding 'lit/ShUtil.py' adding 'lit/Test.py' adding 'lit/TestRunner.py' adding 'lit/TestTimes.py' adding 'lit/TestingConfig.py' adding 'lit/__init__.py' adding 'lit/cl_arguments.py' adding 'lit/discovery.py' adding 'lit/display.py' adding 'lit/main.py' adding 'lit/reports.py' adding 'lit/run.py' adding 'lit/util.py' adding 'lit/worker.py' adding 'lit/builtin_commands/__init__.py' adding 'lit/builtin_commands/cat.py' adding 'lit/builtin_commands/diff.py' adding 'lit/formats/__init__.py' adding 'lit/formats/base.py' adding 'lit/formats/googletest.py' adding 'lit/formats/shtest.py' adding 'lit/llvm/__init__.py' adding 'lit/llvm/config.py' adding 'lit/llvm/subst.py' adding 'lit-15.0.7.dist-info/LICENSE.TXT' adding 'lit-15.0.7.dist-info/METADATA' adding 'lit-15.0.7.dist-info/WHEEL' adding 'lit-15.0.7.dist-info/entry_points.txt' adding 'lit-15.0.7.dist-info/top_level.txt' adding 'lit-15.0.7.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for lit (setup.py) ... done Created wheel for lit: filename=lit-15.0.7-py3-none-any.whl size=89990 sha256=4a1da02821ba3e65ae5274a6e0bbfbf5ff5a115cd1893f157de90681e68f4312 Stored in directory: /home/vedant/.cache/pip/wheels/e8/4e/e1/87180511b908efbedec6b10f63b09352243bbdd8c235a7070b Successfully built lit Installing collected packages: lit, cmake, typing-extensions, nvidia-cuda-runtime-cu11, nvidia-cuda-nvrtc-cu11, nvidia-cublas-cu11, filelock, nvidia-cudnn-cu11, torch, triton changing mode of /home/vedant/miniconda3/envs/triton/bin/lit to 775 changing mode of /home/vedant/miniconda3/envs/triton/bin/cmake to 775 changing mode of /home/vedant/miniconda3/envs/triton/bin/cpack to 775 changing mode of /home/vedant/miniconda3/envs/triton/bin/ctest to 775 changing mode of /home/vedant/miniconda3/envs/triton/bin/convert-caffe2-to-onnx to 775 changing mode of /home/vedant/miniconda3/envs/triton/bin/convert-onnx-to-caffe2 to 775 changing mode of /home/vedant/miniconda3/envs/triton/bin/torchrun to 775 Running setup.py develop for triton Running command python setup.py develop running develop /home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running egg_info writing triton.egg-info/PKG-INFO writing dependency_links to triton.egg-info/dependency_links.txt writing requirements to triton.egg-info/requires.txt writing top-level names to triton.egg-info/top_level.txt reading manifest file 'triton.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'triton.egg-info/SOURCES.txt' running build_ext -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Python3: /home/vedant/miniconda3/envs/triton/bin/python (found version "3.10.9") found components: Development Interpreter Development.Module Development.Embed -- Adding Python module CMake Error at /home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/lib/cmake/llvm/LLVMExports.cmake:1509 (message): The imported target "mlir-tblgen" references the file "/home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/mlir-tblgen" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/lib/cmake/llvm/LLVMExports.cmake" but not all the files it references. Call Stack (most recent call first): /home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/lib/cmake/llvm/LLVMConfig.cmake:315 (include) /home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/lib/cmake/mlir/MLIRConfig.cmake:9 (find_package) CMakeLists.txt:169 (find_package) -- Configuring incomplete, errors occurred! See also "/home/vedant/Desktop/video-recommendation/distributed/triton/python/build/temp.linux-x86_64-cpython-310/CMakeFiles/CMakeOutput.log". Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/home/vedant/Desktop/video-recommendation/distributed/triton/python/setup.py", line 169, in <module> setup( File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/__init__.py", line 87, in setup return distutils.core.setup(**attrs) File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/dist.py", line 1208, in run_command super().run_command(command) File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/command/develop.py", line 34, in run self.install_for_development() File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/command/develop.py", line 114, in install_for_development self.run_command('build_ext') File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/dist.py", line 1208, in run_command super().run_command(command) File "/home/vedant/miniconda3/envs/triton/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/vedant/Desktop/video-recommendation/distributed/triton/python/setup.py", line 126, in run self.build_extension(ext) File "/home/vedant/Desktop/video-recommendation/distributed/triton/python/setup.py", line 165, in build_extension subprocess.check_call(["cmake", self.base_dir] + cmake_args, cwd=self.build_temp, env=env) File "/home/vedant/miniconda3/envs/triton/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '/home/vedant/Desktop/video-recommendation/distributed/triton', '-DLLVM_ENABLE_WERROR=ON', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/vedant/Desktop/video-recommendation/distributed/triton/python/triton/_C', '-DTRITON_BUILD_TUTORIALS=OFF', '-DTRITON_BUILD_PYTHON_MODULE=ON', '-DPython3_EXECUTABLE:FILEPATH=/home/vedant/miniconda3/envs/triton/bin/python', '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON', '-DPYTHON_INCLUDE_DIRS=/home/vedant/miniconda3/envs/triton/include/python3.10', '-DLLVM_EXTERNAL_LIT=/home/vedant/miniconda3/envs/triton/bin/lit', '-DPYBIND11_INCLUDE_DIR=/home/vedant/.triton/pybind11/pybind11-2.10.0/include', '-DLLVM_INCLUDE_DIRS=/home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/include', '-DLLVM_LIBRARY_DIR=/home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/lib', '-DCMAKE_BUILD_TYPE=TritonRelBuildWithAsserts']' returned non-zero exit status 1. error: subprocess-exited-with-error × python setup.py develop did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. full command: /home/vedant/miniconda3/envs/triton/bin/python -c ' exec(compile('"'"''"'"''"'"' # This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py # # - It imports setuptools before invoking setup.py, to enable projects that directly # import from `distutils.core` to work with newer packaging standards. # - It provides a clear error message when setuptools is not installed. # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: # manifest_maker: standard file '"'"'-c'"'"' not found". # - It generates a shim setup.py, for handling setup.cfg-only projects. import os, sys, tokenize try: import setuptools except ImportError as error: print( "ERROR: Can not execute `setup.py` since setuptools is not available in " "the build environment.", file=sys.stderr, ) sys.exit(1) __file__ = %r sys.argv[0] = __file__ if os.path.exists(__file__): filename = __file__ with tokenize.open(__file__) as f: setup_py_code = f.read() else: filename = "<auto-generated setuptools caller>" setup_py_code = "from setuptools import setup; setup()" exec(compile(setup_py_code, filename, "exec")) '"'"''"'"''"'"' % ('"'"'/home/vedant/Desktop/video-recommendation/distributed/triton/python/setup.py'"'"',), "<pip-setuptools-caller>", "exec"))' develop --no-deps cwd: /home/vedant/Desktop/video-recommendation/distributed/triton/python/ error: subprocess-exited-with-error × python setup.py develop did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.
For additional info, here's the result of running conda env export:
conda env export
name: triton channels: - defaults dependencies: - _libgcc_mutex=0.1=main - _openmp_mutex=5.1=1_gnu - bzip2=1.0.8=h7b6447c_0 - ca-certificates=2023.01.10=h06a4308_0 - certifi=2022.12.7=py310h06a4308_0 - ld_impl_linux-64=2.38=h1181459_1 - libffi=3.4.2=h6a678d5_6 - libgcc-ng=11.2.0=h1234567_1 - libgomp=11.2.0=h1234567_1 - libstdcxx-ng=11.2.0=h1234567_1 - libuuid=1.41.5=h5eee18b_0 - ncurses=6.3=h5eee18b_3 - openssl=1.1.1s=h7f8727e_0 - pip=22.3.1=py310h06a4308_0 - python=3.10.9=h7a1cb2a_0 - readline=8.2=h5eee18b_0 - setuptools=65.6.3=py310h06a4308_0 - sqlite=3.40.1=h5082296_0 - tk=8.6.12=h1ccaba5_0 - tzdata=2022g=h04d1e81_0 - wheel=0.37.1=pyhd3eb1b0_0 - xz=5.2.10=h5eee18b_1 - zlib=1.2.13=h5eee18b_0 - pip: - cmake==3.25.0 - filelock==3.9.0 - lit==15.0.7 - nvidia-cublas-cu11==11.10.3.66 - nvidia-cuda-nvrtc-cu11==11.7.99 - nvidia-cuda-runtime-cu11==11.7.99 - nvidia-cudnn-cu11==8.5.0.96 - torch==1.13.1 - typing-extensions==4.4.0 prefix: /home/vedant/miniconda3/envs/triton
The text was updated successfully, but these errors were encountered:
"/home/vedant/.triton/llvm/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/mlir-tblgen" but this file does not exist. Possible reasons include:
File doesn't exist.
Try
rm -rf /home/vedant/.triton
And build it again.
Sorry, something went wrong.
No branches or pull requests
I created a fresh conda environment using
conda create -n triton.
I then ran the build instructions in the README and got the following error:Let me know if any other diagnostics information is needed.
For additional info, here's the result of running
conda env export
:The text was updated successfully, but these errors were encountered: