Apple Silicon 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
- 主要言語
- Python
- スター
- 1.4k
- フォーク
- 191
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I am on an M1 macOS Ventura 13.4 and am trying to install this mssql-cli in the terminal. When running the following:
`sudo -H pip3 install mssql-cli`
This error message appears:
```
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
```
I am on a stable version of python, 3.10, and I updated pip to the latest version. When I run:
`pip3 -V`
This shows:
`pip 23.1.2 from /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip (python 3.10)`
How do I install mssql-cli? Should I move on to go-sqlcmd?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、報告された `sudo -H pip3 install mssql-cli` コマンドと `pip3 -V` の出力を確認し、次に利用可能な mssql-cli リリースが Python 3.10 と Apple Silicon をサポートしているか確認してください。プロジェクトに記載されているインストール手順と報告されたエラーを比較してください。サポートされているインストール方法を文書化するか、プロジェクトがこのセットアップをサポートしなくなったことを確認できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli, databases
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100