question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install mssql-cli

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
petobenscommented, Oct 21, 2018

Wowwww, that’s an awesome and unseen level of support! Thank you so much 😃

1reaction
shawnoharecommented, May 2, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found