Closed hozn closed 3 years ago
Thanks for reporting, I'll release a new binary wheel with python3.9.
For source install, maybe it's better to have cython installed and build automatically under these circumstances
Thank you! Yes, in interim we will just build from source with cython as that does indeed work.
3.9 wheels are uploaded as of v1.1.0 now :)
Thanks so much! Will go update our base images to use those.
This was working fine in python 3.8, but as we're looking to update some of our base images to support python 3.9, am running into errors building cyksuid.
Specifically I am attempting to build a wheel for cyksuid. I have been able to successfully build/install cyksuid locally by explicitly passing in the
--with-cython
argument tosetup.py build
, though I'm not sure if there's any mechanism for the wheel build procedure to also use/pass this arg.This is using the ubuntu:focal with python3.8 from dead-snakes ppa, specifically. And attempting to build latest release at time of writing (v1.0.2).