deno_python icon indicating copy to clipboard operation
deno_python copied to clipboard

How to use with `uv`?

Open maelp opened this issue 10 months ago • 1 comments

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?

maelp avatar Jan 29 '25 10:01 maelp

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.

eliassjogreen avatar Feb 10 '25 09:02 eliassjogreen