mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.29k stars 317 forks source link

Install from scratch fails on Mac #3502

Closed pavish closed 3 months ago

pavish commented 3 months ago

Description

In step: Install Python dependencies

Collecting psycopg==3.1.18
  Downloading psycopg-3.1.18-py3-none-any.whl (178 kB)
     |████████████████████████████████| 178 kB 41.2 MB/s 
ERROR: Could not find a version that satisfies the requirement psycopg-binary==3.1.18 (from -r requirements.txt (line 18)) (from versions: none)
ERROR: No matching distribution found for psycopg-binary==3.1.18 (from -r requirements.txt (line 18))
WARNING: You are using pip version 20.2.3; however, version 24.0 is available.
You should consider upgrading via the '/Users/pavish/Work/CCI/release-process/mathesar/mathesar-venv/bin/python3 -m pip install --upgrade pip' command.
pavish commented 3 months ago

It worked after I upgraded pip. I'm closing this issue.