Cannot install mssql-cli
See original GitHub issueI don’t know if this is something with my setup or what but if I run
pip install mssql-cli
and then run mssql-cli --version
then everything is fine. On the other hand if i run
pip uninstall mssql-cli
pipx install mssql-cli
and re-run mssql-cli --version
I get
/usr/bin/python: Error while finding module specification for 'mssqlcli.main' (ModuleNotFoundError: No module named 'mssqlcli')
I’m using python 3.7. Thanks in advance for looking into this.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
Cannot install mssql-cli · Issue #12 · pypa/pipx - GitHub
It turns out the issue is with the mssqli-cli library itself. I created an issue and a pull request to fix it. If...
Read more >Failed Installation of MSSQL-CLI on Ubuntu - DBAKevlar
For this one, we have separate problem. The ConfigParser was replaced by the configparser in Python3. It's not actually the PIP install that's ......
Read more >sql server - Problems with mssql-cli instalation - Stack Overflow
I'm having an issue with mssql-cli installation since yesterday. ... pip install mssql-cli ... Unable to locate package mssql-cli.
Read more >mssql-cli - PyPI
Follow the Linux installation instructions to install mssql-cli using apt-get , yum , and other Linux package managers. Install with pip. python -m...
Read more >Quickstart: Install SQL Server and create a database on Red Hat
This quickstart shows how to install SQL Server on Red Hat Enterprise ... first attempt to diagnose the problem from the error message....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Wowwww, that’s an awesome and unseen level of support! Thank you so much 😃
No, for the exact reason listed in your link. I suppose I was a bit hasty in suggesting the master branch worked, sorry for the confusion!
Moreover, installing with pipx from the merged PR leads to the same issue as https://github.com/dbcli/mssql-cli/issues/247