The is currently no install option for on Linux. I have found unzipping the windows file, and replacing ST2/inline-packages/pyclipper/_pyclipper.cp310-win_amd64.pyd with a linux specific version (copy pyclipper/_pyclipper.cpython-311-x86_64-linux-gnu.so from pip install pyclipper), zipping and installing makes everything work fine if anyone else is trying to install this on linux.
The is currently no install option for on Linux. I have found unzipping the windows file, and replacing
ST2/inline-packages/pyclipper/_pyclipper.cp310-win_amd64.pydwith a linux specific version (copypyclipper/_pyclipper.cpython-311-x86_64-linux-gnu.sofrompip install pyclipper), zipping and installing makes everything work fine if anyone else is trying to install this on linux.