Closed amine-ziad-ounnoughene closed 4 months ago
Windows is not a well-supported platform. Can you try to use WCL in windows to compile the kit. Please give it a try and let us know if you encounter any issues.
with WSL Ubuntu it worked !!, thank you for your help
Description
I'm encountering an issue while trying to install
aihwkit
usingpip install aihwkit
. Despite following the developer installation guide provided in the documentation, I'm still facing the same error during the build process. The command used is:py setup.py build_ext -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE --inplace -DRPU_BLAS=OpenBLAS -j16 -DUSE_CUDA=ON -DRPU_CUDA_ARCHITECTURES="60;70" -DCMAKE_PREFIX_PATH=$CONDA_PREFIX
Error Output
Here is the error I am receiving:
Current status
I followed the developer installation guide and have the following setup:
OpenBLAS MinGW gfortran CMake 3.30.0 Python 3.11.1 CUDA 11.8 and 12.1 Conda Windows 11 I would appreciate any guidance on resolving this issue.