prisma-client-py icon indicating copy to clipboard operation
prisma-client-py copied to clipboard

Force a specific prebuilt node version to be used in Docker

Open Ali-Parandeh opened this issue 1 year ago • 1 comments

Problem

The CLI forces latest prebuilt version of node to be downloaded. But sometimes this hangs on fetching latest pre-built node.

Suggested solution

Provide a cli flag for downloading a specific prebuilt version like 0.19.3

Alternatives

Check for connection issues on latest prebuilt node fetch and close the connection then try an older version.

Additional context

CI/CD pipelines stuck for an hour without resolving because Prisma Python could not install prebuilt node of 0.20.4 See this issue:

https://github.com/RobertCraigie/prisma-client-py/issues/784

Ali-Parandeh avatar Jul 05 '23 15:07 Ali-Parandeh

experiencing the same issue, a lot

nihiluis avatar Oct 25 '23 14:10 nihiluis