Closed AlexisSchotte closed 1 year ago
We have had problems with the C/C++ extensions on non Mac/Unix/Linux systems. I have asked for a PC so that I can investigate and correct this. I will try to get this corrected asap.
I suspect it might be related to what version of the Microsoft C++ Build tools is being used. A colleague of mine managed to get it working with an older version, although it was necessary to modify extensions\properties.h
by adding the line #include <iterator>
.
Steps to reproduce the problem
Install latest Microsoft C++ Build tools (MSVC v143), then follow the steps in the installation guide of qiskit-qec.
What is the current behavior?
When installing the package according to the installation guide, the command
pip install -e .
results in the following error message:(...)
Setting the environment variable SETUPTOOLS_ENABLE_FEATURES="legacy-editable" results in a similar error message:
(...)
What is the expected behavior?
Package should install without errors