EisenBee

Results 3 comments of EisenBee

I am having this error in windows, the steps I am taking are: `cmake -DBUILD_INTERFACE_PYTHON=ON -S . -B build/release` `cmake --build build\release --config Release` `cmake --install build\release` And I believe...

I just tried that but I get the same error. Thanks for your help.

Yes, using `cmake -S . -B build/release` as step 1 resulted in all steps being successful. I may have an issue with my python installation, let me try to sort...