Thomas Alexander
Thomas Alexander
yes and @maikatakita
Hi @Zhaoyilunnn, thank you for writing up this issue. The qe-compiler is still in its infancy of being an opensource project and we certainly have a lot of work to...
An obfuscated version of our top-level CMakeLists to integrate the project ``` cmake_minimum_required(VERSION 3.25) project(target-compiler) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/build_tools/cmake ${CMAKE_MODULE_PATH}) set(QSSC_SYSTEMS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/targets/systems" CACHE STRING "The directory containing the common systems" ) option(QSSC_WITH_MOCK_TARGET...
Thank you @Zhaoyilunnn, happy to help however you might like. In general, as you're making progress I'd love to chat to understand better what you are trying to do and...
This seems like a conan issue. It appears to not have been able to detect your compiler version. Could you please try ``` conan profile new default --detect --force ```...
Sure, would you mind creating a PR quickly and I'll approve. Something along the lines of making sure a profile is setup with ``` conan profile new default --detect ```
Likely the issue is that you have multiple versions of python installed on your system. I would recommend building and configuring the compiler within a virtualenv. You may also pass...
Try installing the requirements as in the instructions `python3 -m pip install -r requirements-dev.txt`
Although looking at this error message `/Users/anuragpateriya/Library/Python/3.9/` it seems like your system Python is being picked up. Its likely the brew installation is not fully complete.
I believe this will be resolved by step 3. of the instructions for [building](https://github.com/openqasm/qe-compiler?tab=readme-ov-file#building): > 3. Export local Conan recipe dependencies to Conan: ./conan_deps.sh