pymssql-linux · PyPI
https://pypi.org/project/pymssql-linux06.06.2020 · docker exec pymssql-linux_x86_x64_1 ./io/dev/test_manylinux_wheels.sh docker exec pymssql-linux_i686_1 ./io/dev/test_manylinux_wheels.sh If the build suceeds, the dist directory in the project root will contain .whl files for Python versions >= 3.7. These can be installed by running pip install <filename.whl>.
pymssql · PyPI
https://pypi.org/project/pymssql24.07.2021 · pymssql wheels are available from PyPi. To install it run: pip install -U pip pip install pymssql. Most of the times this should be all what’s needed. The official pymssql wheels bundle a static copy of FreeTDS and have SSL support so they can be used to connect to Azure. Note.