deno_python
deno_python copied to clipboard
How to use with `uv`?
I tried doing
uv init
uv install numpy matplotlib
uv run deno run -A index.ts
but it says it can't find the numpy module?
Hi! Yes, looking into this it seems to be the same issue as when trying to use it with venv/virtualenv, just like with #78. We could probably do with some improvements to our module resolution which I will look into when I have time.