Phillip Cloud
Phillip Cloud
left of prog bar.
no. here's some code to reproduce what i'm talking about ``` python from numpy.random import randn import numpy as np from itertools import product arg1 = randn(5, 5), randn(5), randn()...
it gets worse in a test class because the entire name of the method is output, along with its arguments
What's happening is that the default backend is used to execute the expressions (where you define `al`) In the second block of code you initialize a duckdb connection and load...
This has turned into an odyssey.
I'm currently trying to understand whether it's even possible to use cython3 in any poetry2nix environment that has a transitive dependency on pyyaml (see https://github.com/yaml/pyyaml/issues/601). I might push that investigation...
Default checking of runtime deps, while I can see the appeal, has made it more difficult to work in the twilight zone that is Python packaging :(
> Hey there! I'm using poetry2nix and I'm affected by the issue. I can't build an app which has pyyaml. Is there any workaround for a bit until this is...
@K900 would you mind giving this a review?
Building locally with an aarch64-darwin machine via rosetta to work out any x86_64 kinks.