Skip to content
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

Install earlier version 1.13 #1553

Open
velocirraptor23 opened this issue Mar 9, 2025 · 7 comments
Open

Install earlier version 1.13 #1553

velocirraptor23 opened this issue Mar 9, 2025 · 7 comments
Assignees

Comments

@velocirraptor23
Copy link

Hi,

How do you install transformers_engine==1.13?. I have seen this solved the problem KeyError: 'recipe'. It appears to me during test of evo2 (ArcInstitute/evo2#35 (comment)).

My system is the next
tranformer_engine:
2.0.0+754d2a0
CUDA:
12.4
CUDNN:
90100
Devide:
Quadro RTX 6000
torch:
2.5.1+cu124

When I use pip wheels it says there is no version compatible, not sure why. I was also wonderin if the error comes from some compatibility as well as seems that it might ask for fp8 conpatibilty. But anyways, if you have some advice on how to install earlier version would be great.

Best wishes,

Cesar

@ksivaman
Copy link
Member

@velocirraptor23 Could you post the build command you use to install v1.13?

@velocirraptor23
Copy link
Author

velocirraptor23 commented Mar 13, 2025

Hi @ksivaman , Thanks for your response. I used pip install transformers_engine[pytorch]==1.13 or pip install transformers_engine==1.13 but none ot them worked. I also went to source, get the whole package and I did pip install . , but that installed version 2.0.0.

Best wishes,

Cesar

@ksivaman
Copy link
Member

The first command is correct. Did you have a TE already installed from source when you trying to install the wheel? There is a known bug with older wheels that has now been resolved (see comment). Could you uninstall transformer-engine and then try to reinstall using transformers_engine[pytorch]==1.13.

@mlsample
Copy link

mlsample commented Mar 14, 2025

Not sure if this was your issue, but instead of pip install transformers_engine[pytorch]==1.13 it is pip install transformer_engine[pytorch]==1.13

I was getting KeyError: 'recipe' (running evo2 test), but after pip uninstall transformer-engine (removing 2.1.0) and then running pip install transformer_engine[pytorch]==1.13 it was fixed for me.

@sfwu2003
Copy link

The first command is correct. Did you have a TE already installed from source when you trying to install the wheel? There is a known bug with older wheels that has now been resolved (see comment). Could you uninstall transformer-engine and then try to reinstall using transformers_engine[pytorch]==1.13.

I used the command you provide but get the following error. Could you please help have a look?
pip install transformer_engine[pytorch]==1.13
Collecting transformer_engine==1.13 (from transformer_engine[pytorch]==1.13)
Using cached transformer_engine-1.13.0-py3-none-any.whl.metadata (16 kB)
Collecting transformer_engine_cu12==1.13.0 (from transformer_engine==1.13->transformer_engine[pytorch]==1.13)
Using cached transformer_engine_cu12-1.13.0-py3-none-manylinux_2_28_x86_64.whl.metadata (16 kB)
Collecting transformer_engine_torch==1.13.0 (from transformer_engine[pytorch]==1.13)
Using cached transformer_engine_torch-1.13.0.tar.gz (121 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: pydantic in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from transformer_engine_cu12==1.13.0->transformer_engine==1.13->transformer_engine[pytorch]==1.13) (2.10.6)
Requirement already satisfied: importlib-metadata>=1.0 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from transformer_engine_cu12==1.13.0->transformer_engine==1.13->transformer_engine[pytorch]==1.13) (8.6.1)
Requirement already satisfied: packaging in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from transformer_engine_cu12==1.13.0->transformer_engine==1.13->transformer_engine[pytorch]==1.13) (24.2)
Requirement already satisfied: torch in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (2.6.0)
Requirement already satisfied: zipp>=3.20 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from importlib-metadata>=1.0->transformer_engine_cu12==1.13.0->transformer_engine==1.13->transformer_engine[pytorch]==1.13) (3.21.0)
Requirement already satisfied: annotated-types>=0.6.0 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from pydantic->transformer_engine_cu12==1.13.0->transformer_engine==1.13->transformer_engine[pytorch]==1.13) (0.7.0)
Requirement already satisfied: pydantic-core==2.27.2 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from pydantic->transformer_engine_cu12==1.13.0->transformer_engine==1.13->transformer_engine[pytorch]==1.13) (2.27.2)
Requirement already satisfied: typing-extensions>=4.12.2 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from pydantic->transformer_engine_cu12==1.13.0->transformer_engine==1.13->transformer_engine[pytorch]==1.13) (4.12.2)
Requirement already satisfied: filelock in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (3.18.0)
Requirement already satisfied: networkx in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (3.4.2)
Requirement already satisfied: jinja2 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (3.1.6)
Requirement already satisfied: fsspec in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (2025.3.0)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.4.127 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (12.4.127)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.4.127 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (12.4.127)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.4.127 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (12.4.127)
Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (9.1.0.70)
Requirement already satisfied: nvidia-cublas-cu12==12.4.5.8 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (12.4.5.8)
Requirement already satisfied: nvidia-cufft-cu12==11.2.1.3 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (11.2.1.3)
Requirement already satisfied: nvidia-curand-cu12==10.3.5.147 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (10.3.5.147)
Requirement already satisfied: nvidia-cusolver-cu12==11.6.1.9 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (11.6.1.9)
Requirement already satisfied: nvidia-cusparse-cu12==12.3.1.170 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (12.3.1.170)
Requirement already satisfied: nvidia-cusparselt-cu12==0.6.2 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (0.6.2)
Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (2.21.5)
Requirement already satisfied: nvidia-nvtx-cu12==12.4.127 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (12.4.127)
Requirement already satisfied: nvidia-nvjitlink-cu12==12.4.127 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (12.4.127)
Requirement already satisfied: triton==3.2.0 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (3.2.0)
Requirement already satisfied: sympy==1.13.1 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (1.13.1)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from sympy==1.13.1->torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (1.3.0)
Requirement already satisfied: MarkupSafe>=2.0 in /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages (from jinja2->torch->transformer_engine_torch==1.13.0->transformer_engine[pytorch]==1.13) (3.0.2)
Using cached transformer_engine-1.13.0-py3-none-any.whl (459 kB)
Using cached transformer_engine_cu12-1.13.0-py3-none-manylinux_2_28_x86_64.whl (125.2 MB)
Building wheels for collected packages: transformer_engine_torch
Building wheel for transformer_engine_torch (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [94 lines of output]
/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
running bdist_wheel
running build
running build_ext
/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/utils/cpp_extension.py:458: UserWarning: There are no g++ version bounds defined for CUDA version 12.4
warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}')
building 'transformer_engine_torch' extension
creating /tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc
creating /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions
creating /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/multi_tensor
Emitting ninja build file /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/build.ninja...
Compiling objects...
Using envvar MAX_JOBS (1) as the number of workers...
[1/20] c++ -MMD -MF /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/common.o.d -pthread -B /workspace/sfwu/.conda/envs/vortex/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /workspace/sfwu/.conda/envs/vortex/include -fPIC -O2 -isystem /workspace/sfwu/.conda/envs/vortex/include -fPIC -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common/include -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/TH -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/THC -I/workspace/sfwu/cuda12.4/include -I/workspace/sfwu/.conda/envs/vortex/include/python3.11 -c -c /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc/common.cpp -o /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/common.o -O3 -fvisibility=hidden -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=transformer_engine_torch -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17
[2/20] c++ -MMD -MF /tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/activation.o.d -pthread -B /workspace/sfwu/.conda/envs/vortex/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /workspace/sfwu/.conda/envs/vortex/include -fPIC -O2 -isystem /workspace/sfwu/.conda/envs/vortex/include -fPIC -I/tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers -I/tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common/include -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/TH -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/THC -I/workspace/sfwu/cuda12.4/include -I/workspace/sfwu/.conda/envs/vortex/include/python3.11 -c -c /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc/extensions/activation.cpp -o /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/activation.o -O3 -fvisibility=hidden -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=transformer_engine_torch -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17
[3/20] c++ -MMD -MF /tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/apply_rope.o.d -pthread -B /workspace/sfwu/.conda/envs/vortex/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /workspace/sfwu/.conda/envs/vortex/include -fPIC -O2 -isystem /workspace/sfwu/.conda/envs/vortex/include -fPIC -I/tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers -I/tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common/include -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/TH -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/THC -I/workspace/sfwu/cuda12.4/include -I/workspace/sfwu/.conda/envs/vortex/include/python3.11 -c -c /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc/extensions/apply_rope.cpp -o /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/apply_rope.o -O3 -fvisibility=hidden -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=transformer_engine_torch -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17
[4/20] /workspace/sfwu/cuda12.4/bin/nvcc --generate-dependencies-with-compile --dependency-output /tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/attention.o.d -I/tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers -I/tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common/include -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/TH -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/THC -I/workspace/sfwu/cuda12.4/include -I/workspace/sfwu/.conda/envs/vortex/include/python3.11 -c -c /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc/extensions/attention.cu -o /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/attention.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -U__CUDA_NO_HALF_OPERATORS__ -U__CUDA_NO_HALF_CONVERSIONS__ -U__CUDA_NO_BFLOAT16_OPERATORS__ -U__CUDA_NO_BFLOAT16_CONVERSIONS__ -U__CUDA_NO_BFLOAT162_OPERATORS__ -U__CUDA_NO_BFLOAT162_CONVERSIONS__ --expt-relaxed-constexpr --expt-extended-lambda --use_fast_math -gencode arch=compute_70,code=sm_70 --threads 1 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_89,code=sm_89 -gencode arch=compute_90,code=sm_90 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=transformer_engine_torch -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17
FAILED: /tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/attention.o
/workspace/sfwu/cuda12.4/bin/nvcc --generate-dependencies-with-compile --dependency-output /tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/attention.o.d -I/tmp/pip-install-it68bjm
/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/common_headers/common/include -I/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/TH -I/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/include/THC -I/workspace/sfwu/cuda12.4/include -I/workspace/sfwu/.conda/envs/vortex/include/python3.11 -c -c /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/csrc/extensions/attention.cu -o /tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build/temp.linux-x86_64-cpython-311/csrc/extensions/attention.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -U__CUDA_NO_HALF_OPERATORS__ -U__CUDA_NO_HALF_CONVERSIONS__ -U__CUDA_NO_BFLOAT16_OPERATORS__ -U__CUDA_NO_BFLOAT16_CONVERSIONS__ -U__CUDA_NO_BFLOAT162_OPERATORS__ -U__CUDA_NO_BFLOAT162_CONVERSIONS__ --expt-relaxed-constexpr --expt-extended-lambda --use_fast_math -gencode arch=compute_70,code=sm_70 --threads 1 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_89,code=sm_89 -gencode arch=compute_90,code=sm_90 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=transformer_engine_torch -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17
gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
compilation terminated.
nvcc fatal : Failed to preprocess host compiler properties.
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 2209, in _run_ninja_build
subprocess.run(
File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v', '-j', '1']' returned non-zero exit status 1.

  The above exception was the direct cause of the following exception:
  
  Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "<pip-setuptools-caller>", line 34, in <module>
    File "/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/setup.py", line 53, in <module>
      setuptools.setup(
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/__init__.py", line 117, in setup
      return distutils.core.setup(**attrs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 186, in setup
      return run_commands(dist)
             ^^^^^^^^^^^^^^^^^^
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
      dist.run_commands()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 983, in run_commands
      self.run_command(cmd)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/dist.py", line 999, in run_command
      super().run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1002, in run_command
      cmd_obj.run()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py", line 379, in run
      self.run_command("build")
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 339, in run_command
      self.distribution.run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/dist.py", line 999, in run_command
      super().run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1002, in run_command
      cmd_obj.run()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/command/build.py", line 136, in run
      self.run_command(cmd_name)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 339, in run_command
      self.distribution.run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/dist.py", line 999, in run_command
      super().run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1002, in run_command
      cmd_obj.run()
    File "/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build_tools/build_ext.py", line 129, in run
      super().run()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 99, in run
      _build_ext.run(self)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 365, in run
      self.build_extensions()
    File "/tmp/pip-install-it68bjm_/transformer-engine-torch_8b61c1cc17a443c08fd72b462b2523fb/build_tools/build_ext.py", line 255, in build_extensions
      super().build_extensions()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 900, in build_extensions
      build_ext.build_extensions(self)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 481, in build_extensions
      self._build_extensions_serial()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 507, in _build_extensions_serial
      self.build_extension(ext)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
      _build_ext.build_extension(self, ext)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 562, in build_extension
      objects = self.compiler.compile(
                ^^^^^^^^^^^^^^^^^^^^^^
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 713, in unix_wrap_ninja_compile
      _write_ninja_file_and_compile_objects(
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1869, in _write_ninja_file_and_compile_objects
      _run_ninja_build(
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 2225, in _run_ninja_build
      raise RuntimeError(message) from e
  RuntimeError: Error compiling objects for extension
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for transformer_engine_torch
Running setup.py clean for transformer_engine_torch
Failed to build transformer_engine_torch
ERROR: Failed to build installable wheels for some pyproject.toml based projects (transformer_engine_torch)

@LeoGoat2004
Copy link

git clone --branch v1.13 --recursive https://github.com/NVIDIA/TransformerEngine.git
export NVTE_FRAMEWORK=pytorch
pip install .
I failed to pip install transformer_engine[pytorch]==1.13, so I directly git 1.13 this way. And then successfully run the test_evo2.py.

@sfwu2003
Copy link

pip install .
!!
check.warn(importable)
/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'transformer_engine.pytorch.csrc.extensions' is absent from the packages configuration.
!!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'transformer_engine.pytorch.csrc.extensions' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.
  
          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'transformer_engine.pytorch.csrc.extensions' is explicitly added
          to the `packages` configuration field.
  
          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).
  
          You can read more about "package discovery" on setuptools documentation page:
  
          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
  
          If you don't want 'transformer_engine.pytorch.csrc.extensions' to be distributed and are
          already explicitly excluding 'transformer_engine.pytorch.csrc.extensions' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.
  
          You can read more about "package data files" on setuptools documentation page:
  
          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
  
  
          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************
  
  !!
    check.warn(importable)
  /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'transformer_engine.pytorch.csrc.extensions.multi_tensor' is absent from the `packages` configuration.
  !!
  
          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'transformer_engine.pytorch.csrc.extensions.multi_tensor' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.
  
          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'transformer_engine.pytorch.csrc.extensions.multi_tensor' is explicitly added
          to the `packages` configuration field.
  
          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).
  
          You can read more about "package discovery" on setuptools documentation page:
  
          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
  
          If you don't want 'transformer_engine.pytorch.csrc.extensions.multi_tensor' to be distributed and are
          already explicitly excluding 'transformer_engine.pytorch.csrc.extensions.multi_tensor' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.
  
          You can read more about "package data files" on setuptools documentation page:
  
          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
  
  
          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************
  
  !!
    check.warn(importable)
  creating build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc
  copying transformer_engine/pytorch/csrc/common.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc
  copying transformer_engine/pytorch/csrc/ts_fp8_op.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc
  creating build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/activation.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/apply_rope.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/attention.cu -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/cast.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/comm_gemm_overlap.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/gemm.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/misc.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/normalization.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/padding.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/permutation.cu -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/pybind.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/recipe.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/softmax.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  copying transformer_engine/pytorch/csrc/extensions/transpose.cpp -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions
  creating build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions/multi_tensor
  copying transformer_engine/pytorch/csrc/extensions/multi_tensor/multi_tensor_adam.cu -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions/multi_tensor
  copying transformer_engine/pytorch/csrc/extensions/multi_tensor/multi_tensor_l2norm_kernel.cu -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions/multi_tensor
  copying transformer_engine/pytorch/csrc/extensions/multi_tensor/multi_tensor_scale_kernel.cu -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions/multi_tensor
  copying transformer_engine/pytorch/csrc/extensions/multi_tensor/multi_tensor_sgd_kernel.cu -> build/lib.linux-x86_64-cpython-311/transformer_engine/pytorch/csrc/extensions/multi_tensor
  running build_ext
  Building CMake extension transformer_engine
  Running command /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/cmake/data/bin/cmake -S /workspace/sfwu/evo2/TransformerEngine/transformer_engine/common -B /workspace/sfwu/evo2/TransformerEngine/build/cmake -DPython_EXECUTABLE=/workspace/sfwu/.conda/envs/vortex/bin/python -DPython_INCLUDE_DIR=/workspace/sfwu/.conda/envs/vortex/include/python3.11 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/workspace/sfwu/evo2/TransformerEngine/build/lib.linux-x86_64-cpython-311 -DCMAKE_CUDA_ARCHITECTURES=70;80;89;90 -Dpybind11_DIR=/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/pybind11/share/cmake/pybind11 -GNinja
  CMake Error at /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:865 (message):
    Compiling the CUDA compiler identification source file
    "CMakeCUDACompilerId.cu" failed.
  
    Compiler: /workspace/sfwu/cuda12.4/bin/nvcc
  
    Build flags:
    -Wl,--version-script=/workspace/sfwu/evo2/TransformerEngine/transformer_engine/common/libtransformer_engine.version
  
  
    Id flags: --keep;--keep-dir;tmp -v
  
  
  
    The output was:
  
    1
  
    nvcc fatal : Unknown option
    '-Wl,--version-script=/workspace/sfwu/evo2/TransformerEngine/transformer_engine/common/libtransformer_engine.version'
  
  
  
  
  
  
    Compiling the CUDA compiler identification source file
    "CMakeCUDACompilerId.cu" failed.
  
    Compiler: /workspace/sfwu/cuda12.4/bin/nvcc
  
    Build flags:
  
    Id flags: --keep;--keep-dir;tmp -v
  
  
  
    The output was:
  
    1
  
    gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or
    directory
  
    compilation terminated.
  
    nvcc fatal : Failed to preprocess host compiler properties.
  
  
  
  
  
  Call Stack (most recent call first):
    /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
    /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:53 (__determine_compiler_id_test)
    /workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeDetermineCUDACompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID)
    CMakeLists.txt:23 (project)
  
  
  CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  -- Configuring incomplete, errors occurred!
  Traceback (most recent call last):
    File "/workspace/sfwu/evo2/TransformerEngine/build_tools/build_ext.py", line 89, in _build_cmake
      subprocess.run(command, cwd=build_dir, check=True)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/subprocess.py", line 571, in run
      raise CalledProcessError(retcode, process.args,
  subprocess.CalledProcessError: Command '['/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/cmake/data/bin/cmake', '-S', '/workspace/sfwu/evo2/TransformerEngine/transformer_engine/common', '-B', '/workspace/sfwu/evo2/TransformerEngine/build/cmake', '-DPython_EXECUTABLE=/workspace/sfwu/.conda/envs/vortex/bin/python', '-DPython_INCLUDE_DIR=/workspace/sfwu/.conda/envs/vortex/include/python3.11', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_INSTALL_PREFIX=/workspace/sfwu/evo2/TransformerEngine/build/lib.linux-x86_64-cpython-311', '-DCMAKE_CUDA_ARCHITECTURES=70;80;89;90', '-Dpybind11_DIR=/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/pybind11/share/cmake/pybind11', '-GNinja']' returned non-zero exit status 1.
  
  During handling of the above exception, another exception occurred:
  
  Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "<pip-setuptools-caller>", line 34, in <module>
    File "/workspace/sfwu/evo2/TransformerEngine/setup.py", line 181, in <module>
      setuptools.setup(
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/__init__.py", line 117, in setup
      return distutils.core.setup(**attrs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 186, in setup
      return run_commands(dist)
             ^^^^^^^^^^^^^^^^^^
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
      dist.run_commands()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 983, in run_commands
      self.run_command(cmd)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/dist.py", line 999, in run_command
      super().run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1002, in run_command
      cmd_obj.run()
    File "/workspace/sfwu/evo2/TransformerEngine/setup.py", line 53, in run
      super().run()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py", line 379, in run
      self.run_command("build")
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 339, in run_command
      self.distribution.run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/dist.py", line 999, in run_command
      super().run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1002, in run_command
      cmd_obj.run()
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/command/build.py", line 136, in run
      self.run_command(cmd_name)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 339, in run_command
      self.distribution.run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/dist.py", line 999, in run_command
      super().run_command(command)
    File "/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1002, in run_command
      cmd_obj.run()
    File "/workspace/sfwu/evo2/TransformerEngine/build_tools/build_ext.py", line 119, in run
      ext._build_cmake(
    File "/workspace/sfwu/evo2/TransformerEngine/build_tools/build_ext.py", line 91, in _build_cmake
      raise RuntimeError(f"Error when running CMake: {e}")
  RuntimeError: Error when running CMake: Command '['/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/cmake/data/bin/cmake', '-S', '/workspace/sfwu/evo2/TransformerEngine/transformer_engine/common', '-B', '/workspace/sfwu/evo2/TransformerEngine/build/cmake', '-DPython_EXECUTABLE=/workspace/sfwu/.conda/envs/vortex/bin/python', '-DPython_INCLUDE_DIR=/workspace/sfwu/.conda/envs/vortex/include/python3.11', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_INSTALL_PREFIX=/workspace/sfwu/evo2/TransformerEngine/build/lib.linux-x86_64-cpython-311', '-DCMAKE_CUDA_ARCHITECTURES=70;80;89;90', '-Dpybind11_DIR=/workspace/sfwu/.conda/envs/vortex/lib/python3.11/site-packages/pybind11/share/cmake/pybind11', '-GNinja']' returned non-zero exit status 1.
  [end of output]

hi did you meet bug like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants