We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would fix this issue: https://stackoverflow.com/a/31360218
The text was updated successfully, but these errors were encountered:
The following commands need to be run to install Microsoft SQL drivers on Ubuntu Bionic:
$ curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - $ curl https://packages.microsoft.com/config/ubuntu/18.04/prod.list > /etc/apt/sources.list.d/mssql-release.list $ apt-get update $ ACCEPT_EULA=Y apt-get install msodbcsql17
Sorry, something went wrong.
Fix psycopg2 install issues (#8 and #9)
7f61191
No branches or pull requests
This would fix this issue: https://stackoverflow.com/a/31360218
The text was updated successfully, but these errors were encountered: