Simon Späti

Results 67 comments of Simon Späti

I had the same error with `0.5.1`, but I also tried `0.5.0`, and `0.4.0`. All with the same error above when running `docker build`. RUN pip3 install duckdb --upgrade --pre`...

@Mause Thanks so much for your help. This seem to fix my error, at least I could install successfully inside docker with `pip install duckdb --pre --upgrade` (I'm assuming that...

I'm using it as part of [set-up](https://docs.airbyte.com/connector-development/tutorials/building-a-python-destination/), which requires it. If I add it to the dockerfile with prerelease, it will not be recognized correctly; that's why I need to...

That is really strange, I see the [0.5.2.dev613 on PyPi](https://pypi.org/project/duckdb/0.5.2.dev613/) and it works to pip install it locally, but not within docker: ``` => CACHED [builder 4/5] COPY setup.py ./...

I have an example on this PR https://github.com/airbytehq/airbyte/pull/17494. If you do: ``` cd airbyte-integrations/connectors/destination-duckdb docker build . -t airbyte/destination-duckdb:dev ``` You should get the same error from above `No matching...

You are such a helpful soul, thank you so much! I can't make it work though. I could install it with your version, but if I execute the container with...

FYI: I could work around with another base image, `python:3.9.11` with this commit https://github.com/airbytehq/airbyte/pull/17494/commits/4becb2a44402c7249d385ca19efc97d9462a3bb0. There were so many more errors otherwise. Thank you again for your support.

Maybe it's because the https://github.com/jackyzha0/quartz/blob/hugo/layouts/partials/date-fmt.html#L3 is picking local `Lastmodified` instead of GitHub once? But during deployment, all files get newly created or copied into a temporary place, which then takes...

Thank you jacky! Brandon gave me a hint on how he solved it, I will try that tomorrow: > I fixed the publishing date challenge by updating my template to...

I updated to the latest Quartz version and I guess `uses: jackyzha0/[email protected]` in the [deployment.yaml](https://github.com/jackyzha0/quartz/blob/hugo/.github/workflows/deploy.yaml#L17) fixed it. In any way, after the update, it works now fine!