Open s-a-nersisyan opened 1 day ago
I'm glad it's useful! And thanks for the report, I think the actual problem here was just that I wasn't building wheels (binary packages) for python3.12, and your system isn't set up to be able to compile from source. Based on the error message, your compiler and/or libstdc++ are too old to have the <execution>
header, which is part of the C++17 standard and is what the module relies on.
I've published a new release which adds the missing binaries, and also fixes the macOS-specific problems from your other issues - thanks for reporting those as well.
Hi Calvin,
Thanks a lot for making this package, I'm currently making an app that actively uses it.
One problem I found today is that
pip install parallel_sort
doesn't work with Python 3.12 or higher (it works on the same machine with Python 3.9, 3.10, and 3.11; in each case I used a clean conda environment). Here is the error message with 3.12: