Juan Gouveia
Explore posts from serversPPrisma
•Created by Juan Gouveia on 5/3/2024 in #help-and-questions
Prisma Warn Console in development
It works. Thanks
5 replies
PPrisma
•Created by Juan Gouveia on 4/30/2024 in #help-and-questions
Prisma first query goes slow
Yeah. they are talking about the same issue. well i will try this workaround that invokes a simple database query every 10-15 mins, in order to prevent Query Engine. thanks
7 replies
PPrisma
•Created by Juan Gouveia on 4/30/2024 in #help-and-questions
Prisma first query goes slow
yes. im using MongoDB
7 replies
error on my deploy,
#10 35.59 error: subprocess-exited-with-error
#10 35.59
#10 35.59 × Building wheel for twisted-iocpsupport (pyproject.toml) did not run successfully.
#10 35.59 │ exit code: 1
#10 35.59 ╰─> [13 lines of output]
#10 35.59 running bdist_wheel
#10 35.59 running build
#10 35.59 running build_ext
#10 35.59 building 'twisted_iocpsupport.iocpsupport' extension
#10 35.59 creating build
#10 35.59 creating build/temp.linux-x86_64-cpython-38
#10 35.59 creating build/temp.linux-x86_64-cpython-38/twisted_iocpsupport
#10 35.59 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vamwsqfpvgfwnc7ksa8k4aa52my5r1bq-libxcrypt-4.4.33/include -fPIC -Itwisted_iocpsupport -I/opt/venv/include -I/nix/store/9493ngfjwisjm5f5s5ld5m34rdy431ic-python3-3.8.16/include/python3.8 -c twisted_iocpsupport/iocpsupport.c -o build/temp.linux-x86_64-cpython-38/twisted_iocpsupport/iocpsupport.o
#10 35.59 twisted_iocpsupport/iocpsupport.c:773:10: fatal error: io.h: No such file or directory
#10 35.59 773 | #include "io.h"
#10 35.59 | ^~
#10 35.59 compilation terminated.
#10 35.59 error: command '/root/.nix-profile/bin/gcc' failed with exit code 1
#10 35.59 [end of output]
#10 35.59
#10 35.59 note: This error originates from a subprocess, and is likely not a problem with pip.
#10 35.59 ERROR: Failed building wheel for twisted-iocpsupport
#10 35.59 Failed to build twisted-iocpsupport
#10 35.59 ERROR: Could not build wheels for twisted-iocpsupport, which is required to install pyproject.toml-based projects
#10 35.60 WARNING: You are using pip version 22.0.4; however, version 23.1.2 is available.
#10 35.60 You should consider upgrading via the '/opt/venv/bin/python -m pip install --upgrade pip' command.
23 replies