dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Could not find a version that satisfies the requirement mssql-cli #560

Open adammartin-mednax opened 1 year ago

adammartin-mednax commented 1 year ago

Unable to install in a virtual env:

:mssql-cli $ python --version

Python 3.10.5

:mssql-cli $ python -m pip install --upgrade pip

Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages (23.0)

:mssql-cli $ pip install mssql-cli

ERROR: Could not find a version that satisfies the requirement mssql-cli (from versions: 0.1, 0.2, 0.3) ERROR: No matching distribution found for mssql-cli

adammartin-mednax commented 1 year ago

If it matters this is an arm64

azinsharaf commented 1 year ago

can you try it on python 3.9.11 or 3.9.10? I can use it on Win arm64 with 3.9.11.