vince🐶🐱
python prisma issue
trying to run
prisma migrate deploy
but getting the following error
Traceback (most recent call last):
File "/opt/venv/bin/prisma", line 8, in <module>
sys.exit(main())
^^^^^^
File "/opt/venv/lib/python3.11/site-packages/prisma/cli/cli.py", line 39, in main
sys.exit(prisma.run(args[1:]))
^^^^^^^^^^^^^^^^^^^^
File "/opt/venv/lib/python3.11/site-packages/prisma/cli/prisma.py", line 36, in run
entrypoint = ensure_cached().entrypoint
^^^^^^^^^^^^^^^
File "/opt/venv/lib/python3.11/site-packages/prisma/cli/prisma.py", line 104, in ensure_cached
proc.check_returncode()
File "/root/.nix-profile/lib/python3.11/subprocess.py", line 502, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/root/.cache/prisma-python/nodeenv/bin/npm', 'install', '[email protected]']' returned non-zero exit status 1.
Installing Prisma CLI
An error ocurred while installing the Prisma CLI; npm install log: node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/xpxln7rqi3pq4m0xpnawhxb2gs0mn1s0-gcc-12.3.0-lib/lib/libstdc++.so.6)21 replies