AI
AI
Probably it's because `stdenv.cc.cc.lib` doesn't provide the same libraries that the executable was linked against. Couple of thoughts: - can you try installing a different pkg instead of `stdenv.cc.cc.lib`; e.g....
Similar to `node`, a newer version of `python` (including `pandas`) has better chances to work because it'll have been linked against the newer lib provided by `stdenv.cc.cc.lib`. I saw in...
@javapapo for me, installing python (either 3.10 or 3.12) from devbox, once I do `devbox shell`, then manually create a venv, activate it, and install `numpy`, it works, but `import...
@v1nh1shungry, I have a [PR](https://github.com/tiagovla/scope.nvim/pull/30) to fix this.