Closed auggiemarignier closed 4 years ago
For now, please set compiler.libcxx following https://docs.conan.io/en/latest/howtos/manage_gcc_abi.html. I think I can correct this on the next update.
You can also delete the directory ~/.conan and run "conan profile new default --detect"
making a new conan profile worked. must've been another one of the clang vs gcc issues..
Thanks @auggiemarignier. It should be fixed in #27 and on pypi now.
I've tried doing
pip install
both from pypi and in a local copy and get the following error during theconan install
step. The same thing happens when runningcmake
as in the README. It seems to be an issue when buildingso3
, and I have tried the new build system forso3
but got the same error when it was trying to installssht
. Not sure if this is an issue with the code or just my conan profile but I'm not familiar enough with conan to tell