Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to use with uv? #79

Open
maelp opened this issue Jan 29, 2025 · 1 comment
Open

How to use with uv? #79

maelp opened this issue Jan 29, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@maelp
Copy link

maelp commented Jan 29, 2025

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?

@eliassjogreen
Copy link
Member

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 eliassjogreen added the bug Something isn't working label Feb 10, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants