bun_python
bun_python copied to clipboard
Ported from deno_python
Would like to add `asyncio` support to bun_python. Before I submit the PR, would like to get some thoughts on which API is preferable: ### Option A: ```typescript import {...
create a file `foo.py` and define a function ```py def greet(name: str): return 'greet ' + name ``` then within js file ```js import { python } from "bun_python"; const...
I know this is not the scope of this project at all. Was wondering if you could perhaps give some insight and think if is possible to do the same...
``` Could not download 'speaker-diarization-3.1' pipeline. It might be because the pipeline is private or gated so make sure to authenticate. Visit https://hf.co/settings/tokens to create your access token and retry...
Hello! Is it possible to use the library with venv? Running it this way: ```bash export PYTHONHOME=$(pwd)/.venv export PYTHONPATH=$(pwd)/.venv/lib/python3.13/site-packages export BUN_PYTHON_PATH=/usr/lib/libpython3.13.so bun run "./src/main.ts" ``` I get such output: ```...