Robert Craigie
Robert Craigie
Didn't intent to close this yet, the next release will add support for ``` pip install pyright[nodejs] ``` which will download the Node.js binaries at install time using [`nodejs-wheel`](https://pypi.org/project/nodejs-wheel-binaries/) instead...
Hey, sorry for the delayed response. Could you try connecting to your database using the [JS](https://www.prisma.io/docs/getting-started/quickstart) client? It'd help narrow down this issue. These commands should get the JS client...
@ishaan-jaff unfortunately I don't have time to investigate fixing this properly right now but I've pushed a branch which has an attempt at a theoretical fix for this issue. Could...
this should work ``` python -m pip install -U git+https://github.com/RobertCraigie/prisma-client-py@robert/attempt-fix-file-copy-error ```
@ishaan-jaff you might have the previous client version cached, try running `python -m prisma_cleanup` before running the generator.
I definitely agree the current situation requiring partial types is less than ideal. Unfortunately selecting fields is a much more difficult problem to solve in the python client as the...
Thanks for the report, have you verified if the TypeScript client works for you?
Sorry for the lack of response @randolf-scholz, to be clear you'd want the ouptut to *just* include the number of errors / warnings, no additional information?
Thanks for the report and sorry for the delay, this will be fixed in the next release! https://github.com/openai/openai-node/pull/1103
Update here is that we're planning on moving entirely to builtin APIs so we won't even need to depend on `undici`! Sorry for the delays, this will still be a...