Alex Igor
Alex Igor
@Parameshvadivel @Abdulrahman-Sallam Same issue. Any news? Thanks!
In my case the problem was related to the Ubuntu CUDA settings, I fixed it by setting up the CUDACXX param as follows: `CUDACXX=/usr/local/cuda/bin/nvcc CMAKE_ARGS="-DLLAMA_OPENBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python`
@pmmmwh Any news about it? Thanks!
Figured it out myself. The problem was with my ancient Node version(`8`). I updated to `10.3` with optional catch binding support which fixed the current problem. Could it make sense...
Same issue after updating to the latest version. Mac OS 12.1(intel) 
So far we can use this workaround to enable `fast_executemany` ``` cursor._impl.fast_executemany = True ```
In my case the problem was related to the wrong library in the python requirements.txt. I used `psycopg` instead of `psycopg[binary]`. Again, no deployment error or logs 🤒
The same issue with: - celery==5.5.3 - django-celery-beat==2.5.0 It just stuck without any errors: ``` ... [2025-06-25 02:00:00,137: INFO/MainProcess] Scheduler: Sending due task TASK_NAME ```
I don't know why it worked, but it did when I rolled back to the previous service build. I think it's related to library versions. These versions work for me:...