Mirko Kämpf

Results 24 comments of Mirko Kämpf

I have tested without docker: Same issue on this Ubuntu machine. - Ubuntu 24.04.1 LTS - Python 3.12 **sqlalchemy.exc.OperationalError: (psycopg.OperationalError) connection failed: connection to server on socket "/home/kamir/PIXELBOX/backend/pxt_data/DB/pgdata/.s.PGSQL.5432" failed: FATAL:...

I have tested on a different host, a VM with Ubuntu. It worked smoothly.... I realized socket issues on my "local machine with Ubuntu", also with docker - which stopped...

Another attempt on a fresh Ubuntu 24 LTS box.... I could replicate the problem: the embedded PGSQL fails during the initialization process... PGSQL-LOGs: 2025-02-14 10:07:22.819 CET [12412] LOG: starting PostgreSQL...

I tested again with ``` conda create --name pxt python=3.10 conda activate pxt make install ``` Same problem. This alternative worked: ``` pip install ruff ruff format pixeltable tests tool...