aguinet / dragonffi

C Foreign Function Interface and JIT using Clang/LLVM
Apache License 2.0
548 stars 23 forks source link

Wheel pip for Python 3.8 #36

Closed RobinDavid closed 4 years ago

RobinDavid commented 4 years ago

I can't install dragonffi with Python 3.8. It does not seems to contain a wheel for python 3.8: https://pypi.org/project/pydffi/#files (using pip 20.1.1)

Is it possible to create one ?

aguinet commented 4 years ago

Wheel for py3.8/linux_x64 has been uploaded to pypi! I also uploaded the sources, so that building from sources also works :) (providing an llvm installation)

RobinDavid commented 4 years ago

Yayee :partying_face: Thanks!