William Jackson

Results 15 comments of William Jackson

Well cool, cibuildwheel supports building from an sdist. Now I just need to learn how to use it.

I just built a wheel for pendulum with the container image `python:3.11-alpine` and I got the `musllinux` platform tag, so that's nice.

I would like this, too. I would describe this as a feature request. Please add a command-line flag or something similar that will trigger the creation of the autocomplete index...

I won't be able to add this because there is no sdist for ray on PyPI to build a wheel from. https://pypi.org/project/ray/#files

I am also having the same problem with version 2.8.0: ``` Traceback (most recent call last): ... File "/home/python/databricks-sql-scripts/dbx/cnx.py", line 15, in yield_rows cur.execute(sql, params) File "/home/python/venv/lib/python3.11/site-packages/databricks/sql/client.py", line 505, in...