Azure / azure-cli

Azure Command-Line Interface
MIT License
4.02k stars 2.99k forks source link

azure-cli Docker image doesn't support db-up #17027

Open kf6kjg opened 3 years ago

kf6kjg commented 3 years ago

Describe the bug

Command Name az extension add

Errors:

An error occurred. Pip failed with status code 1. Use --debug for more information.

Attached is the log produced by using the --debug flag: log.txt

To Reproduce:

Expected Behavior

The extension installs without error.

Environment Summary

Linux-5.4.0-65-generic-x86_64-with
Python 3.6.10
Installer: DOCKER

azure-cli 2.19.1

Additional Context

kf6kjg commented 3 years ago

As a consequence this issue prevents az mysql show-connection-string and related from being executed in containers based on that image. This is because those commands rely on the db_up extension.

yonzhan commented 3 years ago

@fengzhou-msft Was there any issue for docker image?

yungezz commented 3 years ago

hi @fengzhou-msft could you pls have a look?

fengzhou-msft commented 3 years ago

You need to install postgresql-dev for the psycopg2-binary dependency needed by the extension. Please run apk add postgresql-dev and then retry to install the extension.

kf6kjg commented 3 years ago

That's a usable workaround. Though annoying since I'm not using PostgreSQL in all my projects.

Hazarding a guess the quickest full fix, beyond that quick workaround, would be either to include that package in the base image, or modify the db_up extension so that it doesn't require the PostgreSQL package at install time. That last is harder but would result in a smaller image when not using PostgreSQL.

fengzhou-msft commented 3 years ago

Probably do something like azure-devops did with keyring to only install it when it's used. Extension owner @Juliehzl for awareness.

jeroenvervaeke commented 2 years ago

Running apk add postgresql-dev is not sufficient.

Pulled the latest version of the docker image

docker pull mcr.microsoft.com/azure-cli

Ran the image

docker run -it --name azure-cli mcr.microsoft.com/azure-cli

Installed postgresql-dev and installed the db-up extension

apk add postgresql-dev
az extension add --name db-up --debug

It still fails during the compilation of psycopg2_binary with the following output:

un pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fe/62/ca3609166aecdf57bb7fd5fbeb2d4db55094982ef4ee8648d8a4ac98c860/protobuf-3.19.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=e9088397e1948d32bd9c132439a3210fabc6465c6e9f1e3506fb21e1685ec56c (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/78/dd/de34bf1e88106a237d642acaca93112f9475f3340b263d1c1ee0125511d2/protobuf-3.19.0rc2-cp36-cp36m-win32.whl#sha256=c58de4f9754a9b9334bde7516a298112ce6f061959373f871ad9f2bf197b86c3 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1b/1f/bb20a55ba5099f1a757844b83eb3c5992922922ee1ee6f25bfda7e8ce8e2/protobuf-3.19.0rc2-cp36-cp36m-win_amd64.whl#sha256=4bd9333249a1e85baf8a86e7dbfad9779d14762977e4ba3459997f89ab76e485 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/65/08/9516c5f6b2e328d06e9d96a388809aa6c921a710effd5c12b95366eb0efb/protobuf-3.19.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=56e14a55c2115265069e1531bf3a5419e5ee48d74dfb6b3e6b0a4095159b0d00 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/37/75/64d825e7a170b5c58dfb1663a3e8c290c659853664eadc6fb8e9df5d0269/protobuf-3.19.0rc2-cp37-cp37m-manylinux2014_aarch64.whl#sha256=db498c32756226f9aaad462d64a6c726bad8a72718bbb6a416d5c3d831b53d2b (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/54/6b/db1dc8c708dbfc2813d57375c1fa8cd90088fb4032199b6c67d7cb1e0ea8/protobuf-3.19.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=193c9a47046b9f02ebe7d5821c73e4125a4e516ca3b03b5b5ab1ba921aa21424 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/60/25/0e21cc2c529e1493d7d6ad96d5f397b280e20a99898cd767c2de2666d6ec/protobuf-3.19.0rc2-cp37-cp37m-win32.whl#sha256=6bc66c4cfea93786da6bcfdaee08e3555e8d62e688afccd7c687f78aaae51a65 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/37/29/68329e1e9381c63fc0b6d4e98d0a47a08dbc01570630b98ab093a5ed698b/protobuf-3.19.0rc2-cp37-cp37m-win_amd64.whl#sha256=34a6476e9a4559193987434caebc976d181aa00b4e14c5e1a29ee77b80a779d1 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/20/22/289709adae0253f08a151009fd0b1bbbea4dcf0558c025fed99e7752c804/protobuf-3.19.0rc2-cp38-cp38-macosx_10_9_x86_64.whl#sha256=c27483b594180f5bc7ea1ede3c58e57377d8391501b4e256093274d02b30dd3d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/92/62/3768e4398e50fd26f9b7a96955bb6eb993059dc138d18d9e00942f7f05f4/protobuf-3.19.0rc2-cp38-cp38-manylinux2014_aarch64.whl#sha256=afcdb24b5866661770e56113cdce1e25ea8e5ca3d7ce30ae80474b6a9b3d91f4 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/82/33/5714dd0e7fd5849a7c2a52ab2ae3aa0cc59ff4cc27cd634eefae78a0bcd4/protobuf-3.19.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=298327d79c217d25639c7b57ef111e149d52e95e08236562212fbfed0bf107e8 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/be/4f/49b6cdcf17a6086e383be68363955671964da0f90a66fc1a7a2072b79d5c/protobuf-3.19.0rc2-cp38-cp38-win32.whl#sha256=ad83dc1ab757542701591c869c9f73ed033409042b42b181e4e471b3bff1590d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e5/40/9eb37d419663bf018a1ce443ba5c958b589004f11b0de3a5fa47fe5ec5d3/protobuf-3.19.0rc2-cp38-cp38-win_amd64.whl#sha256=d19beac7494fd12558bdd5e24088ae4503a35e8cc73d52b61ab1038f9e72dc16 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1e/93/fadb82bcdde3556c08bf7b9d74b6eb07f5b7c051d87f459da5fc0786a671/protobuf-3.19.0rc2-cp39-cp39-macosx_10_9_x86_64.whl#sha256=7fc70b46012a5a7e35a3b598167763ad25766c933c51965e5e017ca61974984c (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a1/df/6c41b198e13c9f66b9b2c84a91fcf2a3c20a978abc468f32eb412cb706f1/protobuf-3.19.0rc2-cp39-cp39-manylinux2014_aarch64.whl#sha256=e9d26a072cac14c4730272533788aba39f71fb718e542cf7b54a9a5940d09914 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/59/a6/abacd5cf33592ac6bd254e998af7618149bd447acbc425625edc52d2d5e0/protobuf-3.19.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=e8eb60ca2ed036a3af8ae066195ceb89f242b2ccb85f655184ea2e62d6faf379 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/53/28/aeec200c7a3bb515fe811a9a9d8c2406af94404a0c7a8be5d47cb1b99691/protobuf-3.19.0rc2-cp39-cp39-win32.whl#sha256=c04178cde8e63d8afc63f035bcececd2fa6bf3e1172eef909aa68c9b323494f4 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f6/f2/bf6452555adbbd4150245afa311493beec292822366d5a6e8629155f1270/protobuf-3.19.0rc2-cp39-cp39-win_amd64.whl#sha256=314c7189959c0bca079ab56b15474255231aa2608ec603a15ee720ee83ae325c (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/50/6e/44b22c3a665fec6956db1a272c74e461d8de5101d4da7314e898365e2ea9/protobuf-3.19.0rc2-py2.py3-none-any.whl#sha256=1b90ff2d02aa6625c04f31544073136a3c1cffdb5fdf2ccacc6774cea0824bb5 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.0rc2
  Found link https://files.pythonhosted.org/packages/e0/1d/b1e3ec561e59a4b3b3bbcaef54b9dad04a9723e52d66ffaffb1f69fbd384/protobuf-3.19.0rc2.tar.gz#sha256=7c50c7d64cb7d0fb064b03770c4eca7cdd223c6dd3fb244e17c13f23da3332be (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.0rc2
  Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_9_universal2) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/99/35/30c43b97a977d4b6c3e83f438b951af4110769cdbbde7bcff415e49a12db/protobuf-3.19.0-cp310-cp310-macosx_10_9_universal2.whl#sha256=01a0645ef3acddfbc90237e1cdfae1086130fc7cb480b5874656193afd657083 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d4/f4/ab5d5310057220ab60433bf25cdc168300a2d28a7d92c4dc031c0313acee/protobuf-3.19.0-cp310-cp310-manylinux2014_aarch64.whl#sha256=d3861c9721a90ba83ee0936a9cfcc4fa1c4b4144ac9658fb6f6343b38558e9b4 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_x86_64, cp310-cp310-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2c/38/bdf3be157f7dc147f3ae556ef0247de21eb8ea8ed95337856e9fa3204458/protobuf-3.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=b64be5d7270cf5e76375bac049846e8a9543a2d4368b69afe78ab725380a7487 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/76/29/03e98cfa13fbb8eb57c35c4aa6a32c56973bdef2fccbde3bf7fa0dd6e214/protobuf-3.19.0-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=2f6046b9e2feee0dce994493186e8715b4392ed5f50f356280ad9c2f9f93080a (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b3/3b/79bcac504966b3cfc8ac89dbf49325bf6cab78220b474a3cd9f771a69995/protobuf-3.19.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=ac2f8ec942d414609aba0331952ae12bb823e8f424bbb6b8c422f1cef32dc842 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/60/6e/881af111573659455d3e7855a6093dd4dcf5f38181c6d546435565e6bdfc/protobuf-3.19.0-cp36-cp36m-win32.whl#sha256=3fea09aa04ef2f8b01fcc9bb87f19509934f8a35d177c865b8f9ee5c32b60c1b (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d6/d1/1b4135c08f1ae21200327bcd7687d649287a291b2c2952db1f5415c26a64/protobuf-3.19.0-cp36-cp36m-win_amd64.whl#sha256=d1f4277d321f60456845ca9b882c4845736f1f5c1c69eb778eba22a97977d8af (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/af/bd/5aa5ba97903495bfdf38f271189bff998a9875cd504cbd4faf53e248e93f/protobuf-3.19.0-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=8488c2276f14f294e890cc1260ab342a13e90cd20dcc03319d2eea258f1fd321 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2d/f2/1e431992e5fd7fe78243820e6203d9c3e1e18acb88eb8fb43d983460da18/protobuf-3.19.0-cp37-cp37m-manylinux2014_aarch64.whl#sha256=36bf292f44966c67080e535321501717f4f1eba30faef8f2cd4b0c745a027211 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0a/df/9515bb753aa8583cf195ba8fd25bb166b51b18044bc45634ec9e5fc22199/protobuf-3.19.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=c99af73ae34c93e0e2ace57ea2e70243f34fc015c8c23fd39ee93652e726f7e7 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a6/5e/474494b68efadb5517a3fefa1151024c033bbb920982b4ebb4ae8dc30bcc/protobuf-3.19.0-cp37-cp37m-win32.whl#sha256=f7a031cf8e2fc14acc0ba694f6dff0a01e06b70d817eba6edc72ee6cc20517ac (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/57/de/3b395fa0b844d3cceea93083e61b184db803144f4617361bf5248fb6c892/protobuf-3.19.0-cp37-cp37m-win_amd64.whl#sha256=d4ca5f0c7bc8d2e6966ca3bbd85e9ebe7191b6e21f067896d4af6b28ecff29fe (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ab/33/a1478c890b4711cb55cb2960bbac575b15177904455618d6e97a117a1a3a/protobuf-3.19.0-cp38-cp38-macosx_10_9_x86_64.whl#sha256=9a8a880593015ef2c83f7af797fa4fbf583b2c98b4bd94e46c5b61fee319d84b (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/74/a7/4c182238034b5751a075c52a6294c31e75a83ed8d6fb1db1219df417203a/protobuf-3.19.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=6f16925f5c977dd7787973a50c242e60c22b1d1182aba6bec7bd02862579c10f (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/69/ee/949eb6182636fdc4fa0e2fa02a94d79e21069d46b56d4f251d0ac39b5678/protobuf-3.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=f9097327d277b0aa4a3224e61cd6850aef3269172397715299bcffc9f90293c9 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a9/cb/6b1ed0e3993a5337b36268b41eecd3035652ada64d4bd1df268a7f082125/protobuf-3.19.0-cp38-cp38-win32.whl#sha256=708d04394a63ee9bdc797938b6e15ed5bf24a1cb37743eb3886fd74a5a67a234 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/83/6a/20169ba9573d82e4f74cdd932366e6967d0564a642b81590e24fa7e989bb/protobuf-3.19.0-cp38-cp38-win_amd64.whl#sha256=ee4d07d596357f51316b6ecf1cc1927660e9d5e418385bb1c51fd2496cd9bee7 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/18/4e/f145756e52b00e3aa75348c12f3766485a1e61f3a26e61159c023d97c09e/protobuf-3.19.0-cp39-cp39-macosx_10_9_x86_64.whl#sha256=34a77b8fafdeb8f89fee2b7108ae60d8958d72e33478680cc1e05517892ecc46 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/54/df/84313f56311ad328a8c040cb125fa661f135ab1599a75a3bf407dd5fd3ef/protobuf-3.19.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=4f93e0f6af796ddd1502225ff8ea25340ced186ca05b601c44d5c88b45ba80a0 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/26/37/ca2d2d3f8bc067c21910db4b16a9474e39d716d6df90141383c619c90b51/protobuf-3.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=942dd6bc8bd2a3c6a156d8ab0f80bd45313f22b78e1176283270054dcc8ca4c2 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1a/bf/d006bb5c5bb796404305b326d49acd19a05fafb977ce58290936262ef544/protobuf-3.19.0-cp39-cp39-win32.whl#sha256=7b3867795708ac88fde8d6f34f0d9a50af56087e41f624bdb2e9ff808ea5dda7 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e5/6b/517de6be1f8bd235a35df2c6613fe2fbd208a85d36e393eaf33e4ce2ed03/protobuf-3.19.0-cp39-cp39-win_amd64.whl#sha256=a74432e9d28a6072a2359a0f49f81eb14dd718e7dbbfb6c0789b456c49e1f130 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/e6/91/7a3dd1b61de690a18a56d2447669f847305ecdee90d4742025734ccdd85e/protobuf-3.19.0-py2.py3-none-any.whl#sha256=c96e94d3e523a82caa3e5f74b35dd1c4884199358d01c950d95c341255ff48bc (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.0
  Found link https://files.pythonhosted.org/packages/c9/cb/95924cc9ced5ba0b489bb861195234a964dbd83f8c3d12d254ef4c4a5980/protobuf-3.19.0.tar.gz#sha256=6a1dc6584d24ef86f5b104bcad64fa0fe06ed36e5687f426e0445d363a041d18 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.0
  Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_9_universal2) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ee/fe/fb343d2119bdf1d50c9030ab078c9088c2afa0d2451ffe84a7353337b594/protobuf-3.19.1-cp310-cp310-macosx_10_9_universal2.whl#sha256=d80f80eb175bf5f1169139c2e0c5ada98b1c098e2b3c3736667f28cbbea39fc8 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7b/94/8661132b572e0bf5a8c476ab2878aed9f0b52795e8aa86d3e2c3dff7b9d3/protobuf-3.19.1-cp310-cp310-manylinux2014_aarch64.whl#sha256=a529e7df52204565bcd33738a7a5f288f3d2d37d86caa5d78c458fa5fabbd54d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_x86_64, cp310-cp310-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/22/8a/863e055a63c981d0a635e36d0967eb5d239228dac7cc9f905bdd0297f3a4/protobuf-3.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=28ccea56d4dc38d35cd70c43c2da2f40ac0be0a355ef882242e8586c6d66666f (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/89/50/51d0de4174e5137424ddc74fcfdd9dc18e522f2ce4a805f6571283fa9fd5/protobuf-3.19.1-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=8b30a7de128c46b5ecb343917d9fa737612a6e8280f440874e5cc2ba0d79b8f6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/95/35/ddae33187bb5c7b6a39cab5b59f07951f1fc3e5c72dd522b8d5f52d112c0/protobuf-3.19.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=5935c8ce02e3d89c7900140a8a42b35bc037ec07a6aeb61cc108be8d3c9438a6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9d/84/9bb471e37d591f885156f03f7282252381deec801d6cbd079f5b6495df3f/protobuf-3.19.1-cp36-cp36m-win32.whl#sha256=74f33edeb4f3b7ed13d567881da8e5a92a72b36495d57d696c2ea1ae0cfee80c (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/38/f5/a8515ed44bfb3f184132d17ca3d1d350dddd9c23088c685160b892cb24dc/protobuf-3.19.1-cp36-cp36m-win_amd64.whl#sha256=038daf4fa38a7e818dd61f51f22588d61755160a98db087a046f80d66b855942 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e6/88/7a23ebaca41d0f22db004eb852dfaa0f3e43ac7d99784bbf35758357aa0a/protobuf-3.19.1-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=8e51561d72efd5bd5c91490af1f13e32bcba8dab4643761eb7de3ce18e64a853 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/16/a7/c64edb7e8ae1621b8544fdfa7990689e0e31a40045b362d4d1ec79edcafc/protobuf-3.19.1-cp37-cp37m-manylinux2014_aarch64.whl#sha256=6e8ea9173403219239cdfd8d946ed101f2ab6ecc025b0fda0c6c713c35c9981d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4a/81/1722e657aea5abf8ed5da6f9ff1c5e4350f64be10de0a4ca6800fa30f06d/protobuf-3.19.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=db3532d9f7a6ebbe2392041350437953b6d7a792de10e629c1e4f5a6b1fe1ac6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/53/83/e8ac79c7c5a001820c1c88b4c8d9e552cffd63fe5ceea221b088b9489718/protobuf-3.19.1-cp37-cp37m-win32.whl#sha256=615b426a177780ce381ecd212edc1e0f70db8557ed72560b82096bd36b01bc04 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/db/79/c1155e5df53ffed2474efabb1b275cd57e000f1d9dabbbde1d11aa4604cf/protobuf-3.19.1-cp37-cp37m-win_amd64.whl#sha256=d8919368410110633717c406ab5c97e8df5ce93020cfcf3012834f28b1fab1ea (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/16/eb/6fa203d5deb9724ace5213019e101589a07b665153b13498ed56f457997e/protobuf-3.19.1-cp38-cp38-macosx_10_9_x86_64.whl#sha256=71b0250b0cfb738442d60cab68abc166de43411f2a4f791d31378590bfb71bd7 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d1/1d/79c2783bf4c622611a3d3a2a1f0ee36a695ab2022221284347deeed52a71/protobuf-3.19.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=3cd0458870ea7d1c58e948ac8078f6ba8a7ecc44a57e03032ed066c5bb318089 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c3/64/47ecccba745216c8ac4f590cc0af9405aa3254ae035dcc8e167379769fc5/protobuf-3.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=655264ed0d0efe47a523e2255fc1106a22f6faab7cc46cfe99b5bae085c2a13e (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cb/74/3dc57b55b32a29cb8cebf86b0a1ffce293089f34b3e454a8556b7c5b03d9/protobuf-3.19.1-cp38-cp38-win32.whl#sha256=b691d996c6d0984947c4cf8b7ae2fe372d99b32821d0584f0b90277aa36982d3 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a0/5c/d8bae5c0e15945839a827b36d634bcfde091d8792cbeec76b130d8546aac/protobuf-3.19.1-cp38-cp38-win_amd64.whl#sha256=e7e8d2c20921f8da0dea277dfefc6abac05903ceac8e72839b2da519db69206b (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d7/53/e40d89aa3e977fad7605fa7a94b1ca5e8612a01dee29d5528191e774dfa0/protobuf-3.19.1-cp39-cp39-macosx_10_9_x86_64.whl#sha256=fd390367fc211cc0ffcf3a9e149dfeca78fecc62adb911371db0cec5c8b7472d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/32/3c/a7cc165a27a9c9c19be7dc7cb58dcf92ea17c09a6666096b53e642f93b99/protobuf-3.19.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=d83e1ef8cb74009bebee3e61cc84b1c9cd04935b72bca0cbc83217d140424995 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/54/21/9f77c494106ab468c41ec17aeeda8ccbe7e815991ecc6ddef33cb1c2e8ba/protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=36d90676d6f426718463fe382ec6274909337ca6319d375eebd2044e6c6ac560 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e0/fa/77096acdc3126fbd3f4ac4237e082fac1117e797eb2e956f52eff9dda6a8/protobuf-3.19.1-cp39-cp39-win32.whl#sha256=e7b24c11df36ee8e0c085e5b0dc560289e4b58804746fb487287dda51410f1e2 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b8/b9/b6ec8134891c05dfbedce644d2c7da347ded3dcd3e8e52f08c93e20b6f3e/protobuf-3.19.1-cp39-cp39-win_amd64.whl#sha256=77d2fadcf369b3f22859ab25bd12bb8e98fb11e05d9ff9b7cd45b711c719c002 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/c1/12/7479ece04931984162698bfaa05cbb2fc23d7f6ee1ab5146cfc6ade56a31/protobuf-3.19.1-py2.py3-none-any.whl#sha256=e813b1c9006b6399308e917ac5d298f345d95bb31f46f02b60cd92970a9afa17 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.1
  Found link https://files.pythonhosted.org/packages/37/52/4e40f7513b44671817a92dc566f4a6e8eba65bfc94f79da23186e6c127ce/protobuf-3.19.1.tar.gz#sha256=62a8e4baa9cb9e064eb62d1002eca820857ab2138440cb4b3ea4243830f94ca7 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.1
  Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_9_universal2) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/26/f7/f78b3d53e8b7f0265d22860cce798eb1203993898f49c4fa0290f58a1c53/protobuf-3.19.2-cp310-cp310-macosx_10_9_universal2.whl#sha256=1023a4a58fe51d4c61719e73924afc7aca1c16d884339b0e7bf42ae9a0f8c0ef (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/82/16/e00a79b853a3254929c3866a22f30ae336c75b0edfef2f96b8fad20198d8/protobuf-3.19.2-cp310-cp310-manylinux2014_aarch64.whl#sha256=076095405809ce3fba25462dc45d11f60d4abf1c5f4cfdb4d2f926d9549af5ef (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_x86_64, cp310-cp310-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d2/70/53eaa859950023e136481988c990b229859a4c9a67eddb456d0aadbc9f22/protobuf-3.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=6257a42a489208dd2af1f1a8df2b700bf8018a3f9d6de42895a7eaff4837b9f5 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/16/1f/da9cb9fb1950df66b98d86ecdc2eac9214cd7d21ea8387edd58c9d3ea52e/protobuf-3.19.2-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=83beacf02fa77513d4d573eb4fd5c9d3e2e5f5492772deb382c42a3fad6a7080 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b4/40/875843e84c269b439cfbbb451195c66901c4bccc4beeedc9d92ac2d4cb37/protobuf-3.19.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=2ad325e54154bb3b0d3fdacb00fa3a553166cf562a5cbc83d8bf26ea80577f5b (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c7/80/48ecfdcfbb07385eff677d725fbad7153b53973b0d4af17e66ffbb9d4db4/protobuf-3.19.2-cp36-cp36m-win32.whl#sha256=ec66a0f83e8f2ab2d5855426bbc75ed321cacb507e8bf746697900538f8f055d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/35/27/e04b11ccac8282a0ae8d0cfb2d8b5acfcdb2856bed82678e2f36a468093e/protobuf-3.19.2-cp36-cp36m-win_amd64.whl#sha256=3828d891cf6c51f14a2c5c559bd877873194752d7c920a1a963e5464b484e3ab (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c3/63/c2992d13ce6df5d51f467521d1d2022fe6cf8521f2150628de2a29d5b9b9/protobuf-3.19.2-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=4d933fb0260b89f4bf21c17b3bd7d36bffd5031a673c03cc2f67dd48529d2422 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cf/78/064412a33f54c4035f8b2b7d444face9b810ab70e3d6af0917c74ee06a9c/protobuf-3.19.2-cp37-cp37m-manylinux2014_aarch64.whl#sha256=820fd7e82f9b6ff47af74c7f42bfa12e152cd64ca1a3d1df452624bf63a6214f (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e4/e1/4a8e381b886343a1a905daa0176f23b6af6f23553045f543015409c3d567/protobuf-3.19.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=d015c6652e85b5f77376e92b71aa049922ff44eb101fe1087c1c9f5a18811aa1 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f6/2c/03bbe7d4d0578d75a462463b9fe72ecd3e1c18bd854c9644c94be86ac620/protobuf-3.19.2-cp37-cp37m-win32.whl#sha256=3006f601a6cc7dbe9b3bcfde2db40dd8e12158fe16c4ac45a1275d864c232116 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/26/93/13b4d0b421f56c755f84ac9a39b3a90e2cd2c5c5af6eeef3b334fc1e12d4/protobuf-3.19.2-cp37-cp37m-win_amd64.whl#sha256=e9c5becd33ffe567e5d02c23d1191ab365f895815df48529a7f1126ebaac587d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bf/b0/c586c77c006f1d48438ea5c61ecab3c18201e3972d2cace74838757bf36d/protobuf-3.19.2-cp38-cp38-macosx_10_9_x86_64.whl#sha256=ef6ba652a75d7f09eac8d0d33c28a5a24a5617bdcdb3f6a24e51b31b8b4389bd (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4b/5b/67ee8bd77f2ace37aa59a99cd44b068b608c5b76682892e14406613d0998/protobuf-3.19.2-cp38-cp38-manylinux2014_aarch64.whl#sha256=36e921f51b1605ca0f73688e30b5b1742060f28d5cee2901cbd51b77c352b129 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9d/ea/9704e1d32ddda4a37dbf8bf864a22eb79954dfd7f759e749aafc5feba1b1/protobuf-3.19.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=1ef3a6b7bbb03cd7dfcf9bd2fb67d2e3178e8caa21458c18be1565d54d8bf800 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/51/b4/8acd8e9a4a61447527c5cb985b01c7f732e8b976fc66dd7087cce0b3e44e/protobuf-3.19.2-cp38-cp38-win32.whl#sha256=572adea365adbf384077058101a81fc96d6fa1a044c13c90295be95c17832a74 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2a/8b/00695f3cb3d6f027343af8863dc2b7a114e726bc2a16a90c7e805205438e/protobuf-3.19.2-cp38-cp38-win_amd64.whl#sha256=3cb2a397f450fca4f90607650969f6e063b9f13b8ffa0c382768af71c7987359 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4d/47/52685d95f11d6c190382f7f9f12f7e8ced1234a082639ae8595209f060ff/protobuf-3.19.2-cp39-cp39-macosx_10_9_x86_64.whl#sha256=3642aca6ac66b39316b909bed6fb8ae0957b2679c6d8a17ba4d198a0608b824d (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cd/d5/d9892bff0aca602ce6da8260ad8ff927a4a6feed0b1fc556f449a3131413/protobuf-3.19.2-cp39-cp39-manylinux2014_aarch64.whl#sha256=73f4f85811ec1cad59e7c011657c4b4075c796c4e24c5502f7df6ba9a4348bb3 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5d/fb/e1b866c385021915d20de33d46ef6d3b878ea3bf8cc9e7456aa41ede46cb/protobuf-3.19.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=32b5d02963b87539c37ce60a1d34a762423771d38341e39b078484d7cede5e26 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8b/bd/ca442117d689adc2bccf5fc3156efd551c6e11623a54c16caa8dec8438df/protobuf-3.19.2-cp39-cp39-win32.whl#sha256=3380c44208831cccc263bfcafe09646bf81e21a836dc19f213708c05c5e67ee6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d2/28/a95aa789bb53984ddbb240bc95f99d08733bb0d3bf02cf73a9e538578100/protobuf-3.19.2-cp39-cp39-win_amd64.whl#sha256=7f37ae8c674be53330951d43edc901395c60b2eeb5c4eb9ebabc27beb40303a6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/61/89/b5edf1b0bfdfb3108c9b3da1771b107a955dc406607a1494a7a910870afc/protobuf-3.19.2-py2.py3-none-any.whl#sha256=2cff93034ae691eda3a11ccbe632f3bc727bb48c244cc46b44d246f8d94c1bde (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.2
  Found link https://files.pythonhosted.org/packages/77/93/15f810611aedaa67a9e8804d74a73103e5fa5f911a9966be3883fd1b80cf/protobuf-3.19.2.tar.gz#sha256=392f928e57054520276fdad412e045910268224b9446c218702e577d26eaf557 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.2
  Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_9_universal2) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0f/47/16e453ca90a87766784d01f77a2433b2fe15a99ed4373b54d58b56dac5ae/protobuf-3.19.3-cp310-cp310-macosx_10_9_universal2.whl#sha256=1cb2ed66aac593adbf6dca4f07cd7ee7e2958b17bbc85b2cc8bc564ebeb258ec (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4e/ba/e4cb84615508354b484727993793b3fcf99a8b73f9e041aa73e5b28e25de/protobuf-3.19.3-cp310-cp310-manylinux2014_aarch64.whl#sha256=898bda9cd37ec0c781b598891e86435de80c3bfa53eb483a9dac5a11ec93e942 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_x86_64, cp310-cp310-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/56/20/d163c6361a8d0c6ae9e00f47ffd2ed9b56849a3808a25d1f16f54a792aac/protobuf-3.19.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=8ad761ef3be34c8bdc7285bec4b40372a8dad9e70cfbdc1793cd3cf4c1a4ce74 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/dc/d2/7248f014ec6dc2e1d1161a18b016076c32df169a708dba78d1fe3edeb212/protobuf-3.19.3-cp310-cp310-win32.whl#sha256=2cddcbcc222f3144765ccccdb35d3621dc1544da57a9aca7e1944c1a4fe3db11 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/71/a4/d53e355bace57c313109988d639425d6650efb0480ec51ad3c6acf2cdfd0/protobuf-3.19.3-cp310-cp310-win_amd64.whl#sha256=6202df8ee8457cb00810c6e76ced480f22a1e4e02c899a14e7b6e6e1de09f938 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/89/85/db0b75227400bba56f31c2c0c838a51ab565db9edc17c3240490029a4589/protobuf-3.19.3-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=397d82f1c58b76445469c8c06b8dee1ff67b3053639d054f52599a458fac9bc6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0c/73/1a4df84bf8e9af05ac143c112ebffbec6b3d3f06d68f5420b05a62389b15/protobuf-3.19.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=e54b8650e849ee8e95e481024bff92cf98f5ec61c7650cb838d928a140adcb63 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/33/b5/e4dac2f22b85fd7f48d1d9fc9be4d7fad2776480b3158cfc466797e82a55/protobuf-3.19.3-cp36-cp36m-win32.whl#sha256=3bf3a07d17ba3511fe5fa916afb7351f482ab5dbab5afe71a7a384274a2cd550 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/76/49/085cd44bdb81c9070081c0e0bdf50f9ac6823d7b5e9a8a7a402f4a47a80b/protobuf-3.19.3-cp36-cp36m-win_amd64.whl#sha256=afa8122de8064fd577f49ae9eef433561c8ace97a0a7b969d56e8b1d39b5d177 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/27/63/baf1716ff99208630ffe28e35984d5aa55576267260c58082990fe3991e6/protobuf-3.19.3-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=18c40a1b8721026a85187640f1786d52407dc9c1ba8ec38accb57a46e84015f6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a0/de/0dfb8cbad4a85ab25e6f034c17e78348aef2527e42d1182bd28eb2ac4066/protobuf-3.19.3-cp37-cp37m-manylinux2014_aarch64.whl#sha256=af7238849fa79285d448a24db686517570099739527a03c9c2971cce99cc5ae2 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5e/10/a165b1038e0ff950d340b6500f4bb3f9bc5bcef2be079514255b811cf6cf/protobuf-3.19.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=e765e6dfbbb02c55e4d6d1145743401a84fc0b508f5a81b2c5a738cf86353139 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/99/92/82bdf043efd00bf82d9c021c866383297bf4ed66a88a516272392c9678ab/protobuf-3.19.3-cp37-cp37m-win32.whl#sha256=c781402ed5396ab56358d7b866d78c03a77cbc26ba0598d8bb0ac32084b1a257 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5b/27/d9d847653b149c71aff60c17b692f97908b24cd8dbe881ac7b2a62d35928/protobuf-3.19.3-cp37-cp37m-win_amd64.whl#sha256=544fe9705189b249380fae07952d220c97f5c6c9372a6f936cc83a79601dcb70 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6e/c9/550744638fc242b65a72119f16a56c238c3e544736a24a718ac0254c933a/protobuf-3.19.3-cp38-cp38-macosx_10_9_x86_64.whl#sha256=84bf3aa3efb00dbe1c7ed55da0f20800b0662541e582d7e62b3e1464d61ed365 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/99/b9/94459a3bb28e3781aaeb97cae793f4b27dc9135c5cb4f74487d09c282344/protobuf-3.19.3-cp38-cp38-manylinux2014_aarch64.whl#sha256=3f80a3491eaca767cdd86cb8660dc778f634b44abdb0dffc9b2a8e8d0cd617d0 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1d/4a/324afe216ef64efea61387ebec932e9ca14f856917029e56512a28f7256e/protobuf-3.19.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=a9401d96552befcc7311f5ef8f0fa7dba0ef5fd805466b158b141606cd0ab6a8 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0e/01/bce7ed35f341a951b21e51e1371f057d6ecd3d29ff39b8ee0159957b0a00/protobuf-3.19.3-cp38-cp38-win32.whl#sha256=ef02d112c025e83db5d1188a847e358beab3e4bbfbbaf10eaf69e67359af51b2 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cf/ec/ae3b98c0097824606c3726c6024b323e99a6df677d1a7764293315a27a4d/protobuf-3.19.3-cp38-cp38-win_amd64.whl#sha256=1291a0a7db7d792745c99d4657b4c5c4942695c8b1ac1bfb993a34035ec123f7 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/dd/d1/ed958dcc06d19993c7b5dcd411068119515cc124b597bedd7c58d1c340d6/protobuf-3.19.3-cp39-cp39-macosx_10_9_x86_64.whl#sha256=49677e5e9c7ea1245a90c2e8a00d304598f22ea3aa0628f0e0a530a9e70665fa (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/70/d0/0f41a62e2d5983f6f41b059980ad755dc14445e6855a0398f97df059bc96/protobuf-3.19.3-cp39-cp39-manylinux2014_aarch64.whl#sha256=df2ba379ee42427e8fcc6a0a76843bff6efb34ef5266b17f95043939b5e25b69 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/54/ff/2d418ae840d0228af650283f35b55a50bde0f456bbdf3b8917c7efc69c11/protobuf-3.19.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=2acd7ca329be544d1a603d5f13a4e34a3791c90d651ebaf130ba2e43ae5397c6 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2a/e4/c16e6684d56607f4c23998a6539f98725c9fe54be22c0a3008583fed565a/protobuf-3.19.3-cp39-cp39-win32.whl#sha256=b53519b2ebec70cfe24b4ddda21e9843f0918d7c3627a785393fb35d402ab8ad (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f3/66/574304765563d2a93cd974324345c00a83511edd31cd81e0cd1d0faced9c/protobuf-3.19.3-cp39-cp39-win_amd64.whl#sha256=8ceaf5fdb72c8e1fcb7be9f2b3b07482ce058a3548180c0bdd5c7e4ac5e14165 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/dc/a9/fdc31f2c7917d5a1e18f4ca2f955706dfdcaaba8fb0baa48becfc0b68f22/protobuf-3.19.3-py2.py3-none-any.whl#sha256=f6d4b5b7595a57e69eb7314c67bef4a3c745b4caf91accaf72913d8e0635111b (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.3
  Found link https://files.pythonhosted.org/packages/d9/d5/bf6c307f58b4c486f6517341d2f2673cd889b7d3a83cae78a9081233c679/protobuf-3.19.3.tar.gz#sha256=d975a6314fbf5c524d4981e24294739216b5fb81ef3c14b86fb4b045d6690907 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.3
  Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_9_universal2) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cf/73/37e7222e36a2c1863994cbb7f5bd80f95886d26e90e617b92a92b69f8997/protobuf-3.19.4-cp310-cp310-macosx_10_9_universal2.whl#sha256=f51d5a9f137f7a2cec2d326a74b6e3fc79d635d69ffe1b036d39fc7d75430d37 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/00/ce/0aaa1f5216344e6011eee96d97cb40d9742dd656d4697b70a4a4cc8db58e/protobuf-3.19.4-cp310-cp310-manylinux2014_aarch64.whl#sha256=09297b7972da685ce269ec52af761743714996b4381c085205914c41fcab59fb (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_x86_64, cp310-cp310-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/80/e5/a5e2c5a2e39663085e228a4a135e91d500ffd3e215bd26e5d6b44ebc7a9e/protobuf-3.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=072fbc78d705d3edc7ccac58a62c4c8e0cec856987da7df8aca86e647be4e35c (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a8/61/5166d888d56266074efe3aed6efd8220b2d4da1cdb4d1672a0480aaca434/protobuf-3.19.4-cp310-cp310-win32.whl#sha256=7bb03bc2873a2842e5ebb4801f5c7ff1bfbdf426f85d0172f7644fcda0671ae0 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/aa/c7/7257ebd5d488e044c803f83a86cf547ff4370e0bbe2a52e67810bbd732a2/protobuf-3.19.4-cp310-cp310-win_amd64.whl#sha256=f358aa33e03b7a84e0d91270a4d4d8f5df6921abe99a377828839e8ed0c04e07 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c1/6b/e19b9d1bdd04ecfb6fa5442c155e7fdaa9fcc0c0a62d9747b0f45f0fc591/protobuf-3.19.4-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=1c91ef4110fdd2c590effb5dca8fdbdcb3bf563eece99287019c4204f53d81a4 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0f/1c/6b3b5b8c07e92b84cb7d4fb946a8bc72b98d93d8b7c8e8a8e45023745810/protobuf-3.19.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=c438268eebb8cf039552897d78f402d734a404f1360592fef55297285f7f953f (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/57/29/8af49a610646f1d31dd11e53c51f85aedb134fe97d82abdeba38c3b08b08/protobuf-3.19.4-cp36-cp36m-win32.whl#sha256=835a9c949dc193953c319603b2961c5c8f4327957fe23d914ca80d982665e8ee (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/89/2b/866f78fda94616d8e80227b12e56e6a21474a7b2f45582b04d13428cc428/protobuf-3.19.4-cp36-cp36m-win_amd64.whl#sha256=4276cdec4447bd5015453e41bdc0c0c1234eda08420b7c9a18b8d647add51e4b (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/17/76/05be12cd81c7c3020acab58c641de975a3bad494d7bb818886c9c3863619/protobuf-3.19.4-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=6cbc312be5e71869d9d5ea25147cdf652a6781cf4d906497ca7690b7b9b5df13 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/71/8e/95bdb0c1d3a3cdc1fe73b37593c3c52122592c85258caff488332ed45fec/protobuf-3.19.4-cp37-cp37m-manylinux2014_aarch64.whl#sha256=54a1473077f3b616779ce31f477351a45b4fef8c9fd7892d6d87e287a38df368 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/03/6b/12b307892ef5e9f4a1a92f5996922561c453540f5ce22a09038d2486b451/protobuf-3.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=435bb78b37fc386f9275a7035fe4fb1364484e38980d0dd91bc834a02c5ec909 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c7/06/caff685febe43468c69b158d848db4e66be527c66cfb3f05d69f806340b3/protobuf-3.19.4-cp37-cp37m-win32.whl#sha256=16f519de1313f1b7139ad70772e7db515b1420d208cb16c6d7858ea989fc64a9 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b3/41/5e2dfb15fdae38be5dd62be30f9fd40c57e50bd56ee2c276f6230c57a3ad/protobuf-3.19.4-cp37-cp37m-win_amd64.whl#sha256=cdc076c03381f5c1d9bb1abdcc5503d9ca8b53cf0a9d31a9f6754ec9e6c8af0f (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/34/af/4b3cdb20ac3ee72ad9ed528c8653dbd1cee029f23e44209def0703119270/protobuf-3.19.4-cp38-cp38-macosx_10_9_x86_64.whl#sha256=69da7d39e39942bd52848438462674c463e23963a1fdaa84d88df7fbd7e749b2 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2a/b8/c8282a5ccabc8aa6b4478f38da26d711458638a56b1790008783ad588792/protobuf-3.19.4-cp38-cp38-manylinux2014_aarch64.whl#sha256=48ed3877fa43e22bcacc852ca76d4775741f9709dd9575881a373bd3e85e54b2 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d5/c8/64de54ef0121a1ff6309f102124c6b5a89260dc584e1871341f5199b7b85/protobuf-3.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=bd95d1dfb9c4f4563e6093a9aa19d9c186bf98fa54da5252531cc0d3a07977e7 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5c/71/f54505f67e12ddfa96adce2ac889206ab218c5671a933429a56ae63d156f/protobuf-3.19.4-cp38-cp38-win32.whl#sha256=b38057450a0c566cbd04890a40edf916db890f2818e8682221611d78dc32ae26 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/11/8f/3703b61ee707fbd9ea683d1642392af41338b8cd71d7fda76fc002a7e939/protobuf-3.19.4-cp38-cp38-win_amd64.whl#sha256=7ca7da9c339ca8890d66958f5462beabd611eca6c958691a8fe6eccbd1eb0c6e (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/93/c3/74ef6aec31eadfe54c1b5351d7dd59cb49e19e6d56ffd52b9f8e9589f911/protobuf-3.19.4-cp39-cp39-macosx_10_9_x86_64.whl#sha256=36cecbabbda242915529b8ff364f2263cd4de7c46bbe361418b5ed859677ba58 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/85/50/d09b72958363b3a3dc74742e68f904ea2caa9b84efa8e8443423dfa2c1ab/protobuf-3.19.4-cp39-cp39-manylinux2014_aarch64.whl#sha256=c1068287025f8ea025103e37d62ffd63fec8e9e636246b89c341aeda8a67c934 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/17/20/0c27a03944080478318bdda28356e26e35037170958462e47ee5541806cf/protobuf-3.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=96bd766831596d6014ca88d86dc8fe0fb2e428c0b02432fd9db3943202bf8c5e (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1b/8e/191a2c3c3e58bb9c73cd58138b088a44aafbeb6184d2f26ef7cc0dc048a4/protobuf-3.19.4-cp39-cp39-win32.whl#sha256=84123274d982b9e248a143dadd1b9815049f4477dc783bf84efe6250eb4b836a (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ef/09/d36ab17b165f3bd942c44c025a19d92d20b25ef550c457d1fe8a65b71fa7/protobuf-3.19.4-cp39-cp39-win_amd64.whl#sha256=3112b58aac3bac9c8be2b60a9daf6b558ca3f7681c130dcdd788ade7c9ffbdca (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/c6/1c/f18d97fc479b4fb6f72bbb0e41188575362e3bbd31014cf294ef0fdec8bf/protobuf-3.19.4-py2.py3-none-any.whl#sha256=8961c3a78ebfcd000920c9060a262f082f29838682b1f7201889300c1fbe0616 (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.4
  Found link https://files.pythonhosted.org/packages/6c/49/f864b9fd6310d9a15ddae5b37d78dff1df0e2e1da476442fee062c6032b2/protobuf-3.19.4.tar.gz#sha256=9df0c10adf3e83015ced42a9a7bd64e13d06c4cf45c340d2c63020ea04499d0a (from https://pypi.org/simple/protobuf/) (requires-python:>=3.5), version: 3.19.4
  Skipping link: none of the wheel's tags (cp27-cp27m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f2/88/41ac7d71be869ffa97c170a19f0ce827a0a3f04254198d353c0796f14cd6/protobuf-4.0.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl#sha256=26a47532705d0d3ec2bc6f8c8ec1421a74e29bc2d0dcf7c1df3b08f7a8d74d10 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0b/89/cbfa3d45db9b76f1a50b64fb6e29784a318a286d912279d65d2951f814fc/protobuf-4.0.0rc1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=f247c31e060abd27ed978b7ed036165d37b09148f818c662c8717b385504a1de (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-macosx_10_9_intel) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/15/7c/22c5dff810888ea8800a0b46234bbfc9dd0aa7d12b691a84d8d5e375d07e/protobuf-4.0.0rc1-cp35-cp35m-macosx_10_9_intel.whl#sha256=0ee863fc2645c655bb56662fa04d822500f8f9569697be1b4ab9349a13d36623 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/59/ea/f9d343b266bfb6e474251052ec7b5c5e4b943143badbc34c4d64e3e8ad8d/protobuf-4.0.0rc1-cp35-cp35m-manylinux1_x86_64.whl#sha256=b39723a2d5e0bd259e8969aa72b3bbc21487bd21e948f9288c3ab628f17706d1 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2b/b5/869158903a0aa226c549bd4199ebd1df849404f403b700b5c3813c0f048b/protobuf-4.0.0rc1-cp35-cp35m-win32.whl#sha256=6c22048b12839cb973d4f9553120ef9c85a1abc12e09fab3bd4e040dcf8f09e7 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e2/88/3195fedf867522fea97a1cece47eb76328d086859db5413d40b9207bfa0e/protobuf-4.0.0rc1-cp35-cp35m-win_amd64.whl#sha256=d19d005da399b80e6bb60a52ed042cd7434a889ba7e1684ed40dc5e4839d9ab2 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/76/27/0469a38b8479a015309ed4ae9a5b7c8b3ab321d979fa0bade33c6d3a895d/protobuf-4.0.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=172cb2e6957e15e765b20503c0cfde0aacf1d051e6684b859cc7863c5368fdf9 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/99/3c/1ed0b084a4d69e6d95972a1ecdafe015707503372f3e54a51a7f2dfba272/protobuf-4.0.0rc1-cp36-cp36m-manylinux1_x86_64.whl#sha256=617b806c0125b5293def2f634d0ac629c39315a5b6193ee74ce091951c03d7dd (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/59/b9/0fd90b8dc9695c25239614dbcbd4bd257066c8490a62232a1a0ac7cae721/protobuf-4.0.0rc1-cp36-cp36m-win32.whl#sha256=aaba4bece78cd65d184ceabf122518c2534ca77973167f4611166290e2515221 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c1/7a/ff1714ef10bb06d42f659837b39138d9119419c53e33140a940a049b8b00/protobuf-4.0.0rc1-cp36-cp36m-win_amd64.whl#sha256=ba7e729b7e568451941487bb4f015773cd3eac905c014ec8b8a751341b8470b6 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b6/2f/37bfc429c541eb13c6430035a7ba9f9bbc6b1873925f9516e0ea8c550692/protobuf-4.0.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=57fee3545115f119817aa2b8f12cd978ed9e009bb83411dca63f483f69df7b18 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5d/e6/1161798bea88bdf6f929e4ef5310f35ecfe2db1944660dc380978e5d6e08/protobuf-4.0.0rc1-cp37-cp37m-manylinux1_x86_64.whl#sha256=697203ae55cf11e434e7a1bf150de1ce7326f675c5e9c02ebe282198509a38e5 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cc/fa/80aeaa14f3ced38946bc98a33232f49322fe1564f21f4a826515c9ad5e6b/protobuf-4.0.0rc1-cp37-cp37m-win32.whl#sha256=88e8eba005dc159dee8e953205772bf23715c7a5f16757f5ac32b01334c23782 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e5/22/ba8c85f7d5e45ffc4a02a8cf9fcc38ace6bf1ac60dbd1a8a9e0493c803c1/protobuf-4.0.0rc1-cp37-cp37m-win_amd64.whl#sha256=8afbcbe1707ecfb05740c258caa381e4c9b8d592031d7e001c3f9ff59fccf5d9 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/26/54/c86b37990bb1d97c11cee4e88d04e9ca933ba30db774e3d0f520f4d260d3/protobuf-4.0.0rc1-cp38-cp38-macosx_10_9_x86_64.whl#sha256=cb8dd88dba09ae46febc8f577ff36005a719123c53350d623e2e504a0dfccf16 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e9/12/9bd3ace1b997b915b2b11c35a9ad54a1f2e4d2999d6fc7218967feebffa2/protobuf-4.0.0rc1-cp38-cp38-manylinux1_x86_64.whl#sha256=ecf9c343c45a3dd84e845fb140abdd252e3b2bf489ae6c67eb65f9b6d814355f (from https://pypi.org/simple/protobuf/)
  Found link https://files.pythonhosted.org/packages/5c/20/c27b1c1d65e25f9b7557f8937b43e06d0c48782a9b08324c317777b589f0/protobuf-4.0.0rc1-py2.py3-none-any.whl#sha256=2f55fda77aa8f2bdc4c4f4e8ff580cb93e12e2f607909718cf9aeb38190c5ac4 (from https://pypi.org/simple/protobuf/), version: 4.0.0rc1
  Found link https://files.pythonhosted.org/packages/e7/24/eaaa5fbe296bc2f8b4161d19fa920578b1d173ca0790758346ee5f44f65a/protobuf-4.0.0rc1.tar.gz#sha256=4eeec6b1b8361604e548d8533adb432d603a00a42fdf5b5b4749e582223a1ba9 (from https://pypi.org/simple/protobuf/), version: 4.0.0rc1
  Skipping link: none of the wheel's tags (cp27-cp27m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/91/bc/a6f1184f2b4af66021b0a06375b1c3aab80696841286ba3d55d2f4d13151/protobuf-4.0.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl#sha256=9504227ca529d20e6ca8cc39f710e52f3237fc7445b63f9621176078c899421d (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/27/a3/4ac587d8c48c38ca88a9fc3521cd5071a9cfc99c5f61ce3280ae4512859d/protobuf-4.0.0rc2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=a12c97c8ed2ab4cc937e3c07b0b9180e68464831f808996f779b1d58f4cf16b5 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-macosx_10_9_intel) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ed/f0/66fa0f2d9e075ee6c8a6a200163acc856ef0f0abf45e074b94c213ca40ce/protobuf-4.0.0rc2-cp35-cp35m-macosx_10_9_intel.whl#sha256=c32f0d70403ce887549e33668cbe26c3fa9d9884582bb5afae3064de5a16c084 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e6/f8/79a839fdb697f8a68f0cc99f91dd508dd5872e3e640d7d38310d2d12dfcc/protobuf-4.0.0rc2-cp35-cp35m-manylinux1_x86_64.whl#sha256=0faa899ac58036766f7a36bf6b3f41459e4eefa20477ee004bdbb6e6c01ad2dc (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/08/cc/2e5c56a854450aed2dd44668634b3928fffebe0f535c294e36ef44d0511a/protobuf-4.0.0rc2-cp35-cp35m-win32.whl#sha256=864f0d7622e11d9255c45542e47498a9c59dfda716dde8b204f64fa7887cbfad (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp35-cp35m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/89/86/559cd2eb82966c913462eeb418b297220b0bc737b45a507a8f6e6be6622e/protobuf-4.0.0rc2-cp35-cp35m-win_amd64.whl#sha256=7e44ac88d7bdfd7bca8ba0623a934a564220d78bbe064005264f747dec330c26 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c1/8c/b74edf45865065605df09053156befcfab8521a0ccd5dd91dd768ef5b40e/protobuf-4.0.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl#sha256=5111dc2fb3236584b79645869475448c2181e54e4d6db7c0fc1fe463a7cdb092 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/3b/e0/0397bffdee902c6abd169b0ac61455d1cd3457b81f09d9429dc40f4217ac/protobuf-4.0.0rc2-cp36-cp36m-manylinux1_x86_64.whl#sha256=956f2c06cff88f65e4856864b31bc688c3c8b9077aaac611b521f04d5657c755 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4d/4b/ad72fc32df333d280432f69e919a3119dbc69db6289a5968057bb8a743f0/protobuf-4.0.0rc2-cp36-cp36m-win32.whl#sha256=0da07c5ff6e2d681c8692dddd38f2ea424aff79e96a4776dbbcbd1b56ced3d83 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d0/2d/9074b10de80c2fabaeda2e6e997fa0e9784cb4a3ff0d58b2c07486e9d124/protobuf-4.0.0rc2-cp36-cp36m-win_amd64.whl#sha256=0b4a44a32247c3f222df0a5994ed763095ead741fb0749c6105e2a1af100ac98 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e6/55/14e0d5b6ca630a459eefaeda008197fcc186579b7365dac94c79cd3f161f/protobuf-4.0.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=abc7aa2652a66bf06a34b382638b3319c8d6b67832f4adaed1da1fdad7aa90c0 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/20/77/4f2983872af4582cbb0f6016ac28684f9fe4e419eabc84eddb5f73740fc2/protobuf-4.0.0rc2-cp37-cp37m-manylinux1_x86_64.whl#sha256=e56466b878130fa606f1d4465f3f533144be2b927e9dfc2eb23dba0bb4b5d54c (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/65/67/56268981344b46a94ea81f9620da07bb81930ef9503ec1a987180cd0f6df/protobuf-4.0.0rc2-cp37-cp37m-win32.whl#sha256=b05dcdb57c1ca6a503121a266bfb7399582f08be00ccc50cd333bdd3d5e66adc (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/74/30/e0d950938e4e921581f6adc4b5146b38dc4ad01b723a282f280f019a12de/protobuf-4.0.0rc2-cp37-cp37m-win_amd64.whl#sha256=576fdebb64c900ac38d98d703a5ffaa135c21112608466c5bc4048714ac96d1a (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/43/fc/63534369047a616beea016dc2df76ba6fb86dcb394d772dfd6ce96902c51/protobuf-4.0.0rc2-cp38-cp38-macosx_10_9_x86_64.whl#sha256=666d4b942b77912d00c8b011986ee73224ff58d9e17cbb42ef851968ce7e0398 (from https://pypi.org/simple/protobuf/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/41/d3/46782f66592b8dd4361b92c127094eb2bbf6b0da08e45558ea94cb581a44/protobuf-4.0.0rc2-cp38-cp38-manylinux1_x86_64.whl#sha256=c8fab21597c174389ebe1e6db442c80aadda8bd0159e953eb4958c55b33a91fa (from https://pypi.org/simple/protobuf/)
  Found link https://files.pythonhosted.org/packages/b7/d3/37c36b3f5b125ac0d5b9f10d51dbecca355e24c233fd8e447c9879338ec2/protobuf-4.0.0rc2-py2.py3-none-any.whl#sha256=5df64b064b1b15e03768295939cbb5595733a02e8945dc033e56c6a9667a225c (from https://pypi.org/simple/protobuf/), version: 4.0.0rc2
  Found link https://files.pythonhosted.org/packages/0a/2e/65c39a15f2218cab8c3491cbbe2fc381a0fe99f3b37af8bbfb5642d2103c/protobuf-4.0.0rc2.tar.gz#sha256=03346c1fdaaaece437f2b611f3f784114b109985aea65c7d98050f8d38fe671c (from https://pypi.org/simple/protobuf/), version: 4.0.0rc2
Skipping link: not a file: https://pypi.org/simple/protobuf/
Given no hashes to check 94 links for project 'protobuf': discarding no candidates
Collecting protobuf>=3.0.0
  Created temporary directory: /tmp/pip-unpack-0jjnrrn5
  https://files.pythonhosted.org:443 "GET /packages/c6/1c/f18d97fc479b4fb6f72bbb0e41188575362e3bbd31014cf294ef0fdec8bf/protobuf-3.19.4-py2.py3-none-any.whl HTTP/1.1" 200 162650
  Downloading protobuf-3.19.4-py2.py3-none-any.whl (162 kB)
  Added protobuf>=3.0.0 from https://files.pythonhosted.org/packages/c6/1c/f18d97fc479b4fb6f72bbb0e41188575362e3bbd31014cf294ef0fdec8bf/protobuf-3.19.4-py2.py3-none-any.whl#sha256=8961c3a78ebfcd000920c9060a262f082f29838682b1f7201889300c1fbe0616 (from mysql-connector-python==8.0.14->db-up==0.2.6) to build tracker '/tmp/pip-req-tracker-abcvjmgt'
  Removed protobuf>=3.0.0 from https://files.pythonhosted.org/packages/c6/1c/f18d97fc479b4fb6f72bbb0e41188575362e3bbd31014cf294ef0fdec8bf/protobuf-3.19.4-py2.py3-none-any.whl#sha256=8961c3a78ebfcd000920c9060a262f082f29838682b1f7201889300c1fbe0616 (from mysql-connector-python==8.0.14->db-up==0.2.6) from build tracker '/tmp/pip-req-tracker-abcvjmgt'
Created temporary directory: /tmp/pip-unpack-7pekfzlc
Building wheels for collected packages: psycopg2-binary, pymssql
  Created temporary directory: /tmp/pip-wheel-__or16ac
  Building wheel for psycopg2-binary (setup.py): started
  Destination directory: /tmp/pip-wheel-__or16ac
  Running command /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-9nsisu9g/psycopg2-binary_e49d7d788fc94b0f99a99e16a8a49e77/setup.py'"'"'; __file__='"'"'/tmp/pip-install-9nsisu9g/psycopg2-binary_e49d7d788fc94b0f99a99e16a8a49e77/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-__or16ac
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.10
  creating build/lib.linux-x86_64-3.10/psycopg2
  copying lib/tz.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/errorcodes.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/pool.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/_json.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/extras.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/extensions.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/_ipaddress.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/sql.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/_range.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/errors.py -> build/lib.linux-x86_64-3.10/psycopg2
  copying lib/__init__.py -> build/lib.linux-x86_64-3.10/psycopg2
  running build_ext
  building 'psycopg2._psycopg' extension
  creating build/temp.linux-x86_64-3.10
  creating build/temp.linux-x86_64-3.10/psycopg
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_asis.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_asis.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_binary.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_binary.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_datetime.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_datetime.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_list.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_list.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_pboolean.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_pboolean.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_pdecimal.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_pfloat.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_pfloat.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_pint.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_pint.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/adapter_qstring.c -o build/temp.linux-x86_64-3.10/psycopg/adapter_qstring.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/aix_support.c -o build/temp.linux-x86_64-3.10/psycopg/aix_support.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/bytes_format.c -o build/temp.linux-x86_64-3.10/psycopg/bytes_format.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/column_type.c -o build/temp.linux-x86_64-3.10/psycopg/column_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/connection_int.c -o build/temp.linux-x86_64-3.10/psycopg/connection_int.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/connection_type.c -o build/temp.linux-x86_64-3.10/psycopg/connection_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/conninfo_type.c -o build/temp.linux-x86_64-3.10/psycopg/conninfo_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/cursor_int.c -o build/temp.linux-x86_64-3.10/psycopg/cursor_int.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/cursor_type.c -o build/temp.linux-x86_64-3.10/psycopg/cursor_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/diagnostics_type.c -o build/temp.linux-x86_64-3.10/psycopg/diagnostics_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/error_type.c -o build/temp.linux-x86_64-3.10/psycopg/error_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/green.c -o build/temp.linux-x86_64-3.10/psycopg/green.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/libpq_support.c -o build/temp.linux-x86_64-3.10/psycopg/libpq_support.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/lobject_int.c -o build/temp.linux-x86_64-3.10/psycopg/lobject_int.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/lobject_type.c -o build/temp.linux-x86_64-3.10/psycopg/lobject_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/microprotocols.c -o build/temp.linux-x86_64-3.10/psycopg/microprotocols.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/microprotocols_proto.c -o build/temp.linux-x86_64-3.10/psycopg/microprotocols_proto.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/notify_type.c -o build/temp.linux-x86_64-3.10/psycopg/notify_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/pqpath.c -o build/temp.linux-x86_64-3.10/psycopg/pqpath.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-3.10/psycopg/psycopgmodule.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/replication_connection_type.c -o build/temp.linux-x86_64-3.10/psycopg/replication_connection_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/replication_cursor_type.c -o build/temp.linux-x86_64-3.10/psycopg/replication_cursor_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/replication_message_type.c -o build/temp.linux-x86_64-3.10/psycopg/replication_message_type.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/solaris_support.c -o build/temp.linux-x86_64-3.10/psycopg/solaris_support.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/typecast.c -o build/temp.linux-x86_64-3.10/psycopg/typecast.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/utils.c -o build/temp.linux-x86_64-3.10/psycopg/utils.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/win32_support.c -o build/temp.linux-x86_64-3.10/psycopg/win32_support.o -Wdeclaration-after-statement
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=140002 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/local/include/python3.10 -I. -I/usr/include/postgresql -I/usr/include/postgresql/14/server -I/usr/include/libxml2 -c psycopg/xid_type.c -o build/temp.linux-x86_64-3.10/psycopg/xid_type.o -Wdeclaration-after-statement
  gcc -shared -Wl,--strip-all build/temp.linux-x86_64-3.10/psycopg/adapter_asis.o build/temp.linux-x86_64-3.10/psycopg/adapter_binary.o build/temp.linux-x86_64-3.10/psycopg/adapter_datetime.o build/temp.linux-x86_64-3.10/psycopg/adapter_list.o build/temp.linux-x86_64-3.10/psycopg/adapter_pboolean.o build/temp.linux-x86_64-3.10/psycopg/adapter_pdecimal.o build/temp.linux-x86_64-3.10/psycopg/adapter_pfloat.o build/temp.linux-x86_64-3.10/psycopg/adapter_pint.o build/temp.linux-x86_64-3.10/psycopg/adapter_qstring.o build/temp.linux-x86_64-3.10/psycopg/aix_support.o build/temp.linux-x86_64-3.10/psycopg/bytes_format.o build/temp.linux-x86_64-3.10/psycopg/column_type.o build/temp.linux-x86_64-3.10/psycopg/connection_int.o build/temp.linux-x86_64-3.10/psycopg/connection_type.o build/temp.linux-x86_64-3.10/psycopg/conninfo_type.o build/temp.linux-x86_64-3.10/psycopg/cursor_int.o build/temp.linux-x86_64-3.10/psycopg/cursor_type.o build/temp.linux-x86_64-3.10/psycopg/diagnostics_type.o build/temp.linux-x86_64-3.10/psycopg/error_type.o build/temp.linux-x86_64-3.10/psycopg/green.o build/temp.linux-x86_64-3.10/psycopg/libpq_support.o build/temp.linux-x86_64-3.10/psycopg/lobject_int.o build/temp.linux-x86_64-3.10/psycopg/lobject_type.o build/temp.linux-x86_64-3.10/psycopg/microprotocols.o build/temp.linux-x86_64-3.10/psycopg/microprotocols_proto.o build/temp.linux-x86_64-3.10/psycopg/notify_type.o build/temp.linux-x86_64-3.10/psycopg/pqpath.o build/temp.linux-x86_64-3.10/psycopg/psycopgmodule.o build/temp.linux-x86_64-3.10/psycopg/replication_connection_type.o build/temp.linux-x86_64-3.10/psycopg/replication_cursor_type.o build/temp.linux-x86_64-3.10/psycopg/replication_message_type.o build/temp.linux-x86_64-3.10/psycopg/solaris_support.o build/temp.linux-x86_64-3.10/psycopg/typecast.o build/temp.linux-x86_64-3.10/psycopg/utils.o build/temp.linux-x86_64-3.10/psycopg/win32_support.o build/temp.linux-x86_64-3.10/psycopg/xid_type.o -L/usr/local/lib -L/usr/lib -L/usr/lib/llvm12/lib -lpq -o build/lib.linux-x86_64-3.10/psycopg2/_psycopg.cpython-310-x86_64-linux-gnu.so
  installing to build/bdist.linux-x86_64/wheel
  running install
  running install_lib
  creating build/bdist.linux-x86_64
  creating build/bdist.linux-x86_64/wheel
  creating build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/tz.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/errorcodes.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/pool.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/_json.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/extras.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/_psycopg.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/extensions.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/_ipaddress.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/sql.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/_range.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/errors.py -> build/bdist.linux-x86_64/wheel/psycopg2
  copying build/lib.linux-x86_64-3.10/psycopg2/__init__.py -> build/bdist.linux-x86_64/wheel/psycopg2
  running install_egg_info
  running egg_info
  writing psycopg2_binary.egg-info/PKG-INFO
  writing dependency_links to psycopg2_binary.egg-info/dependency_links.txt
  writing top-level names to psycopg2_binary.egg-info/top_level.txt
  reading manifest file 'psycopg2_binary.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  adding license file 'LICENSE'
  writing manifest file 'psycopg2_binary.egg-info/SOURCES.txt'
  Copying psycopg2_binary.egg-info to build/bdist.linux-x86_64/wheel/psycopg2_binary-2.9.1-py3.10.egg-info
  running install_scripts
  creating build/bdist.linux-x86_64/wheel/psycopg2_binary-2.9.1.dist-info/WHEEL
  creating '/tmp/pip-wheel-__or16ac/psycopg2_binary-2.9.1-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'psycopg2/__init__.py'
  adding 'psycopg2/_ipaddress.py'
  adding 'psycopg2/_json.py'
  adding 'psycopg2/_psycopg.cpython-310-x86_64-linux-gnu.so'
  adding 'psycopg2/_range.py'
  adding 'psycopg2/errorcodes.py'
  adding 'psycopg2/errors.py'
  adding 'psycopg2/extensions.py'
  adding 'psycopg2/extras.py'
  adding 'psycopg2/pool.py'
  adding 'psycopg2/sql.py'
  adding 'psycopg2/tz.py'
  adding 'psycopg2_binary-2.9.1.dist-info/LICENSE'
  adding 'psycopg2_binary-2.9.1.dist-info/METADATA'
  adding 'psycopg2_binary-2.9.1.dist-info/WHEEL'
  adding 'psycopg2_binary-2.9.1.dist-info/top_level.txt'
  adding 'psycopg2_binary-2.9.1.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Building wheel for psycopg2-binary (setup.py): finished with status 'done'
  Created wheel for psycopg2-binary: filename=psycopg2_binary-2.9.1-cp310-cp310-linux_x86_64.whl size=156167 sha256=f70eeb7453918069db747c1423e40b4c25f0bcbce86dc1c186211ce14015b5e1
  Stored in directory: /tmp/pip-ephem-wheel-cache-o2vgrdcu/wheels/e4/9e/d5/6fb5ef86135cdaf1973c961b35f4cc8039d00e2a02bbb7f324
  Created temporary directory: /tmp/pip-wheel-r82s7fmx
  Destination directory: /tmp/pip-wheel-r82s7fmx
  Building wheel for pymssql (PEP 517): started
  Running command /usr/local/bin/python /usr/local/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmpzwzw3emb
  setup.py: platform.system() => Linux
  setup.py: platform.architecture() => ('64bit', '')
  setup.py: platform.libc_ver() => ('', '')
  setup.py: include_dirs => []
  setup.py: library_dirs => []
  running bdist_wheel
  running build
  running build_py
  running build_ext
  cythoning src/pymssql/_mssql.pyx to src/pymssql/_mssql.c
  cythoning src/pymssql/_pymssql.pyx to src/pymssql/_pymssql.c
  building 'pymssql._mssql' extension
  src/pymssql/_mssql.c:682:10: fatal error: sqlfront.h: No such file or directory
    682 | #include "sqlfront.h"
        |          ^~~~~~~~~~~~
  compilation terminated.
  error: command '/usr/bin/gcc' failed with exit code 1
  Building wheel for pymssql (PEP 517): finished with status 'error'
  ERROR: Failed building wheel for pymssql
Successfully built psycopg2-binary
Failed to build pymssql
ERROR: Could not build wheels for pymssql which use PEP 517 and cannot be installed directly
Exception information:
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 173, in _main
    status = self.run(options, args)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 203, in wrapper
    return func(self, options, args)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 357, in run
    raise InstallationError(
pip._internal.exceptions.InstallationError: Could not build wheels for pymssql which use PEP 517 and cannot be installed directly
Removed build tracker: '/tmp/pip-req-tracker-abcvjmgt'

cli.azure.cli.core.extension.operations: Command '['/usr/local/bin/python', '-m', 'pip', 'install', '--target', '/root/.azure/cliextensions/db-up', '/tmp/tmp2nta0657/db_up-0.2.6-py2.py3-none-any.whl', '-vv', '--disable-pip-version-check', '--no-cache-dir']' returned non-zero exit status 1.
cli.azure.cli.core.extension.operations: Pip failed so deleting anything we might have installed at /root/.azure/cliextensions/db-up
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. Retrying ...
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. Retrying ...
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. Retrying ...
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. You may try to delete it manually.
cli.azure.cli.core.util: azure.cli.core.util.handle_exception is called with an exception:
cli.azure.cli.core.util: Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/knack/cli.py", line 231, in invoke
    cmd_result = self.invocation.execute(args)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 658, in execute
    raise ex
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 721, in _run_jobs_serially
    results.append(self._run_job(expanded_arg, cmd_copy))
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 692, in _run_job
    result = cmd_copy(params)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 328, in __call__
    return self.handler(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler
    return op(**command_args)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/command_modules/extension/custom.py", line 16, in add_extension_cmd
    return add_extension(cli_ctx=cmd.cli_ctx, source=source, extension_name=extension_name, index_url=index_url,
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/extension/operations.py", line 339, in add_extension
    extension_name = _add_whl_ext(cli_ctx=cmd_cli_ctx, source=source, ext_sha256=ext_sha256,
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/extension/operations.py", line 173, in _add_whl_ext
    raise CLIError('An error occurred. Pip failed with status code {}. '
knack.util.CLIError: An error occurred. Pip failed with status code 1. Use --debug for more information.

cli.azure.cli.core.azclierror: An error occurred. Pip failed with status code 1. Use --debug for more information.
az_command_data_logger: An error occurred. Pip failed with status code 1. Use --debug for more information.
cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x7fd693aa11b0>]
az_command_data_logger: exit code: 1
cli.__main__: Command ran in 43.836 seconds (init: 0.140, invoke: 43.696)
telemetry.save: Save telemetry record of length 2982 in cache
telemetry.check: Negative: The /root/.azure/telemetry.txt was modified at 2022-02-15 15:56:01.693984, which in less than 600.000000 s
jeroenvervaeke commented 2 years ago

I got rid of most build errors when I run the command below. Now psycopg2 and pymssql get build.

apk add --no-cache --virtual .build-deps \
    gcc \
    python3-dev \
    musl-dev \
    postgresql-dev \
    freetds-dev \
    freetds \
    && pip install --no-cache-dir psycopg2==2.9.1 pymssql==2.2.2 \
    && apk del --no-cache .build-deps

However it still fails:

version: 2.1.5
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f4/b8/c7b13eabcc7db3f46608a7461359b54df50b9bef774de84555b9ad1dc257/pymssql-2.2.0-cp36-cp36m-manylinux1_i686.whl#sha256=4c5481682937b2ed191980b78d91abd480d74c6b6e75ad6c9120ef9868004e2b (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/40/0c/8f1b56250108803940c7d0c1a66e59717cf98768f83be6c535a5e2b1bb70/pymssql-2.2.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=cb63071f7cc3a5ae06241457f9d707293d438d069cbb1f53be6de2e25e1606fe (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/eb/5e/d68cf5ec8883f2db37e54b6f5c555f3b75341c36c83ac34e9f09366e659b/pymssql-2.2.0-cp37-cp37m-macosx_10_14_x86_64.whl#sha256=f0b7f259ceec1bda9ecf01cdc355e376c269d1de1308845b32fc45465fde5adf (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d3/50/7c7fd1bafdc5ed7a0369704cac4b8e743481b79e2fe754eb689913fd62fe/pymssql-2.2.0-cp37-cp37m-manylinux1_i686.whl#sha256=e7e97fca8485f45df57e9b6dd2aebdb1752481418284b0b6dcd7b847c2cab7fb (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7f/5c/9958fcbbd99cb3a31fe5f4d44c5fda4a36fd17048a7704c05b7d01fa227a/pymssql-2.2.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=b63265ff588448c925ed08fa0520da0081933d32f0530f5ab83c7cf3c3aeee3f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/24/b5/93264263772bf90abc027394bd097bbd94f4ece70f6e43b67d053f575a60/pymssql-2.2.0-cp37-cp37m-win32.whl#sha256=a458b536960a4036f62718726582f24844db8585f6f8f635b336e8cf7b0a85aa (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a7/f6/43b5d683d577540b3efb5a371c13d04bdaa7bb17641481ffc78cad7eda8c/pymssql-2.2.0-cp37-cp37m-win_amd64.whl#sha256=d142aeadf364590d8289a91a1e4ecc6869979232bdd0b55444f1558c3e2aa13d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/47/51/f1b6bfd6da79cbbae4092d84c24dd87884e8b2413df4f22112ac51672a1b/pymssql-2.2.0-cp38-cp38-macosx_10_14_x86_64.whl#sha256=13a99caf54e4c5807118dbeae5772110a1827f21d2dde65f21aba9aa9339db96 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/85/ca/6b5ac393cb0cfbeb097c657106d76a36fda281923146ca41053672eb2685/pymssql-2.2.0-cp38-cp38-manylinux1_i686.whl#sha256=29aa99e03c518391b954d7cc53657bbf0d0105001e73a0b1a3f39c7afeecb419 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/87/d3/ed17e46895965cdc8add8368eb94e83a7a56bf013d1df024668f3ddbdd9c/pymssql-2.2.0-cp38-cp38-manylinux1_x86_64.whl#sha256=2589d113e0a96ceed07fcd508b194d0ed3abf7c6b1549d44fe30ab135583208f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/67/b5/30169fd599ae48b6d26f1a791556da56f78bc6bcc442c3ba2bc28a38b534/pymssql-2.2.0-cp38-cp38-win32.whl#sha256=05d8f23809a4bf1bbd419b75c9879e16ad4c172aedd3db85b6b80b5b47035342 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7f/f2/ae885e9b02f69495ce7186e71983cc5a76747d1260894561b425bbe5177d/pymssql-2.2.0-cp38-cp38-win_amd64.whl#sha256=436e51c34bf44f1e8d870227ccd160a2b667d23864371a972a1e972aeea63663 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2a/b4/48efcae0227d9107794e7f9c1a3f36173944a727c92156a5c927634496ae/pymssql-2.2.0-cp39-cp39-macosx_10_14_x86_64.whl#sha256=0c619e10ebebaf86d29b6d9ec6c4fc09e4fcc7bdaa6ad3e9878883c0b7c1ef95 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/72/2e/0c4422d7c476bc89b004b99c8b8087f2911ab6b087e9f298a038ab1b703d/pymssql-2.2.0-cp39-cp39-manylinux1_i686.whl#sha256=e6271b4d08de2fb72d13a1ce4c4fdeeec1657cacebd724d24011342acfc7cbbb (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/84/ed/ad6f5dfd742ffff317ddc8551b13f7935230dba6088d8cc0bb3dbadbb086/pymssql-2.2.0-cp39-cp39-manylinux1_x86_64.whl#sha256=e8d795c1da83edcbff50579f55dc676a5542228d9f05703d23f5df314d4e7070 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/11/8e/d3c6a41d90f0dcf7dc9f76db100202efe846f0b72e61ae5b73fea78d342c/pymssql-2.2.0-cp39-cp39-win32.whl#sha256=8bea5b5fd256800e458a1582166b751c9b392658510e9b823cfc71f800b3961a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/53/fb/d844deb0a6fd11bf85ca78de5058c9505c66053c221bcebb8b20ed8664f9/pymssql-2.2.0-cp39-cp39-win_amd64.whl#sha256=0157d2c0f31449d46a2b7bfa77b82eec59b51664050ef9ae2e599405f78a8c44 (from https://pypi.org/simple/pymssql/)
  Found link https://files.pythonhosted.org/packages/da/bd/ebe3a088c8642e34f2f4ed9e0d58492ddca39e4aa3c57b42bf94d8bb974c/pymssql-2.2.0.tar.gz#sha256=a9f684712390d14116ae0daeb3002af1c1f865a1ad3ff7eeaf7979125c160e82 (from https://pypi.org/simple/pymssql/), version: 2.2.0
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9f/c4/4773c634de490ee0a074b254adfd4c1001ffc1a029e314686229719e0d74/pymssql-2.2.1.dev0-cp36-cp36m-manylinux1_i686.whl#sha256=36a27a6714300add6c076774d2b33daf189723ad247070c48473019c8ff7a8b8 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fb/5b/ce3bae7ef6dd5e37befa1836c9130223d90ebc224299b8c6bd2efab86f1b/pymssql-2.2.1.dev0-cp36-cp36m-manylinux1_x86_64.whl#sha256=20dd606bf3e488e53693b589263e7f8066d58d63968e5aec290c9569792ff6b6 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f3/80/dbec1afa4fede5578c9046802364d7b38ea2233414e9c8e28d56a70c7a8d/pymssql-2.2.1.dev0-cp37-cp37m-macosx_10_14_x86_64.whl#sha256=dae7a2c84c7eb417ec6d8ece5ad9d7bdf37ccacafff2793e35edf7cb7279d7c0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/3d/ee/ebbb50a3944be248b75897eca0ddfcf3339dd41fbba5389c62798db2c93f/pymssql-2.2.1.dev0-cp37-cp37m-manylinux1_i686.whl#sha256=fe0fdb0802e7560777215adc86a77c86e26660d1f442ff7b0f031838e07ef167 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/78/43/1d9b84316d3c0604720ba14fba49282a2805b475170b09b9e63a410e9320/pymssql-2.2.1.dev0-cp37-cp37m-manylinux1_x86_64.whl#sha256=defa7832ad6c02c21a8a2b5c606e73aa3eb85a734634120e08579cbccfd64095 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/41/5b/54ee55d356fa7e36b3e51dc171df7c4e46b616d0a09a0e79800c8b9e7eed/pymssql-2.2.1.dev0-cp37-cp37m-win32.whl#sha256=7be1a766e9b09495a1371dbfca0db0cb72fd488735413a767e8c21a38168a41d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ae/ba/64455331ccbcfc9c3380292d408fe7e65596c151cfa97fb7a9ba332e228c/pymssql-2.2.1.dev0-cp37-cp37m-win_amd64.whl#sha256=ebc9762a13cb87ab07fa6d72236e8adaefccc84cff189e8a4c45d41da346aa2a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/29/2e/1080062ceb3db659df6d3108aaf0987c9117ad8cf4aa8b31f247d11d0f20/pymssql-2.2.1.dev0-cp38-cp38-macosx_10_14_x86_64.whl#sha256=ac4edbbd51627e37acc1c0e71cc60ed5fcce85993aaaa9d14521c1cd4b9f2a78 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e9/5e/ea802188bdf71c12b81194eb8cb70ec80cc6c40564e052d67164e8965e55/pymssql-2.2.1.dev0-cp38-cp38-manylinux1_i686.whl#sha256=0246c41a0411160cfa2f579d8dd8f04a232913097d80dd6ac56c4a05c84b688e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f7/93/7abe6aba36aa95e64dd386fcf4dddf7a8db173668e329e477479bc900317/pymssql-2.2.1.dev0-cp38-cp38-manylinux1_x86_64.whl#sha256=be04e743c296b6838db13e3e4b4bb96da5f61079f28a833d2f5afba71ad9c41a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/43/05/4e561341c2c797d85d808da73dfb554d6a0ffe97d9feb321036a552d305f/pymssql-2.2.1.dev0-cp38-cp38-win32.whl#sha256=9b904b25decf129b7138eed389b66f672acc3afc40a9e6ec00c4a1ffa5f80e79 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ff/27/d52e52e34d0b6e1b3d02068f3caeac5ac0d79b64acb97027bb2190b10a0f/pymssql-2.2.1.dev0-cp38-cp38-win_amd64.whl#sha256=c09c957bc553bfd0b66a266566e57bb83fca19a709bcbc77871ac80abfc69520 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/57/f4/3eea9d812f10e808e4fb4e2737a973abfd785b85cf2638a0d87fe5e23a50/pymssql-2.2.1.dev0-cp39-cp39-macosx_10_14_x86_64.whl#sha256=1e4d51f405ca0a788e03733b2dd49114cc26cf4a5d25d93dd15096ca436d95cc (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b2/56/02dbb3bdd9dbadf75a2085b6f6098f1ecb1e4a4852bd872d6fa9b2ebd7c2/pymssql-2.2.1.dev0-cp39-cp39-manylinux1_i686.whl#sha256=46ad0187164703dfa3ceec4ce80189786203ac03fe017d8f11e84c3affc94b76 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/47/b7/461c04b8cdb645f4d2eb78e01bad9873dd1973c6cce793281c792bd2fef7/pymssql-2.2.1.dev0-cp39-cp39-manylinux1_x86_64.whl#sha256=721ff49635f36ae3530123112b6cff6acb2c80e804d6d1ee62b37840088ec72c (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0c/de/b7cefe363dbd1c86d6f88e1c041d7f6108440ef89c0ebb8e3b6f7e187cbc/pymssql-2.2.1.dev0-cp39-cp39-win32.whl#sha256=bd1750fcbd16c34094b89eee4d9e5d627261dd98bd363c25209ea10e851dcb16 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/83/de/5b6a1f543750f6217a53bb6f244c5fd9b37f850786551c8fc2fc12501ee5/pymssql-2.2.1.dev0-cp39-cp39-win_amd64.whl#sha256=51c67bcbf73fae9824b03ee14156472accadd135c259baa0b25b534c79ea98d4 (from https://pypi.org/simple/pymssql/)
  Found link https://files.pythonhosted.org/packages/46/a6/ccd2cde8592829f70b5bceb4386f48d5b3cc81a1520e8e32806d1142aafb/pymssql-2.2.1.dev0.tar.gz#sha256=a90129b25a1bb3c723953010167f3c6f039070d9679d9189825e11de1e1ab3c9 (from https://pypi.org/simple/pymssql/), version: 2.2.1.dev0
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/08/df/5756181fc360d3fc519e166f16645b7cf48913affbec949d0a226250c8dc/pymssql-2.2.1-cp36-cp36m-manylinux1_i686.whl#sha256=6fc382f253365f22286372a32cfeb5d380ad955045ae6f88cf372f758635557a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e9/ba/63d477eff72ad25ff83d05af7829ef099701b0884b69ac0727a6a8132177/pymssql-2.2.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=1032cc2bafb9edcb309ac526c359387b5d1e4c06c62a92872f8c28681883fe25 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e6/82/b4406307a2fedc111cbcb0bca977be3863e2a9aa0d4d7eca15a88d13c8a4/pymssql-2.2.1-cp36-cp36m-manylinux2010_i686.whl#sha256=ecb95a2301375b4a48ba73fcfd664981d511904e552cfd2c17530ec03a5f502d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b9/73/1bb5b6ff88cd80d8be018b73f8b5eb44f88f1d5d128502cae61f504917cd/pymssql-2.2.1-cp36-cp36m-manylinux2010_x86_64.whl#sha256=0dafb4b2cf4a1deace503656b917cc5f4dad7d600f7cfc5e16f10918727e369f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/15/2c/e171452a26e5617f37e32f0c634d955203257307ea727822c2f818c7b912/pymssql-2.2.1-cp36-cp36m-manylinux2014_i686.whl#sha256=f293d4cb9c03e6d859c8f3afb6fa7a99b30fe8f42eafedfa21358b1d8a420165 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/06/c0/63dfa04a70ecf7914243f013ba23eb41eecde4b63d91ce922f9c68c16a47/pymssql-2.2.1-cp36-cp36m-manylinux2014_x86_64.whl#sha256=9cbad4cd57ef67a32e55ead549da73ad5730ae5da0ace2a2206451897716ccfa (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/04/85/3d4825e8c5c5266d484107c23add9bfd351398bec0a0ab70cd51eccf2c4f/pymssql-2.2.1-cp36-cp36m-manylinux_2_24_i686.whl#sha256=8ec909a71b239243d55fe59cbf8e25c8ef5dce3e3bac58c3aa0eaddaeffcd790 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/69/bb/c65aebfcc0198d564739c53554cbd3a7784363a9612ad150042b5817a694/pymssql-2.2.1-cp36-cp36m-manylinux_2_24_x86_64.whl#sha256=5a23654683698a26a8d45b239e19820ab9e4239aa52293e81a9ba9ddddf3006d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1c/39/edac484ff210a0e08e1e06960423e79b0737daf1f2fdb520f03f8f94ca98/pymssql-2.2.1-cp37-cp37m-macosx_10_14_x86_64.whl#sha256=8bc05f632641e51d5782761622eee2538444fdbb39c9c0750ad76d8f650e6898 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fd/29/3ac367f9a6e72b1ab259477e15aec402639c76f4c1cfed505b796b62b6ef/pymssql-2.2.1-cp37-cp37m-manylinux1_i686.whl#sha256=e8deccee711d1cdc8b6010622ced9d064bc943e5a0540616348768d4adc6e95e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fd/97/ecc59711c67f09c6a0f5efb1cd538415a27053e4f65ecd29724e036c1bd9/pymssql-2.2.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=379fcd412cf34a493b49cefd689f5f9f0878af57ce130dc47bd5dead8bb67f80 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9a/b2/f56e78f72ba6099acf40fec6b1f6a143f199ef9eaa300d75da1cbdd64d8b/pymssql-2.2.1-cp37-cp37m-manylinux2010_i686.whl#sha256=a579ae07dc7528385bf339261308e396bd483e68e770f84feb31032e18c72d2b (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c0/50/0c2305fee33d747926ea9e134fe528c9a86bef842dc0cc5d99afcd2add40/pymssql-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl#sha256=d4ff41cc76c3851e0410feaf96f7760c2eeb9fb84597baf47d7431124e66d6f8 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bc/78/48518d847388d2bf00cd16e04701f386a0cfe8cb1aafa75266685dcce7bf/pymssql-2.2.1-cp37-cp37m-manylinux2014_i686.whl#sha256=f3201b11dafd073183b6237667d2224a3a1f1d1ef41c4f351b48a0779127ac40 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/05/fa/5cf9ab1993c2ce7bd76771900a28804c842975b4321472b9cf13fb739517/pymssql-2.2.1-cp37-cp37m-manylinux2014_x86_64.whl#sha256=7301d2da53b436e07f23f847172d9da8c1f506390b0ad4d32ad73527b67728ce (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/aa/ea/f21d70e0895316744a992cccdb8d67c61b908216d197249213702ca47259/pymssql-2.2.1-cp37-cp37m-manylinux_2_24_i686.whl#sha256=39c61b8104fbd4d9b1e74c7f2c90c3871d0f1ef82e1be177d544b207e44f1b4c (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/08/dd/995c36b1493ca45b56477c68a743bd66ae609826d74681587468ae956ed0/pymssql-2.2.1-cp37-cp37m-manylinux_2_24_x86_64.whl#sha256=40d355603dd31258dd6de28351f504fcc4d70b715637c01ffb384fd9ba0189df (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/52/8e/0249e0a040797918191051b70bdd2016fe1dffd596951811ec9fc84df495/pymssql-2.2.1-cp37-cp37m-win32.whl#sha256=3638ca82915d663acc7f898290bcc3e94a236ba56530b6959f821334977bf56e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cb/d0/70c3655b4fd8acc6e04b8dba403b10da4586d711a1837996ba77b25075c3/pymssql-2.2.1-cp37-cp37m-win_amd64.whl#sha256=42cbfc756c9b29f3b974a3352c744c90c280c905f7cadda2dfcb6e46ca96b3f6 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/02/50/a0d3e9fb80d3ee162cd2a41ac47e6fa3a4a370fb3fdedfe8e6c58a37afa2/pymssql-2.2.1-cp38-cp38-macosx_10_14_x86_64.whl#sha256=8319bbbcaa8b3ca89f897e808ca5b48d9c64d3231408b1f0e1ce4400bcd7d6ae (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1f/48/d2028e8f90a181274f614bee2e08ae75e0081eb3d27ce5771322b5a529a1/pymssql-2.2.1-cp38-cp38-manylinux1_i686.whl#sha256=dbfc4b97e6e6ce776461570d79c738116c20e2c2c01ed5f3afe03ec6740dacce (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ed/0a/3da9dcfc4efdc57b1c5b044e48c0f06e4bf3e65b424689ee38cf491547c0/pymssql-2.2.1-cp38-cp38-manylinux1_x86_64.whl#sha256=c841921a1729035f8fe056c76b1202985f203b4ff589904d26cb33885271cdad (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cf/01/a45f990a82eb1620d9d0e3dc5e5480036be116907bdbfaaf695ecd91dfc3/pymssql-2.2.1-cp38-cp38-manylinux2010_i686.whl#sha256=2b865ba3644e08d2ce10e2b06256dadb64677e1c81651224c4b1cabea2be2fd8 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e8/3f/88b22c87527cc0896c50b2f404cf755b343efe82f2c8fc4d201a8e3148af/pymssql-2.2.1-cp38-cp38-manylinux2010_x86_64.whl#sha256=4465d1776d3cf36d17b3058d155ec8a581b1bc9ecf29740ea07254ea72248b73 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/3f/a6/fd6d3c133649b113c1b34e91e8758ba4e8d7d1493fd38adfa0e99474d28c/pymssql-2.2.1-cp38-cp38-manylinux2014_i686.whl#sha256=0b4c2b4b3b13f866a037c905220c6b3691c20d19a18ff6f6457351f15620db46 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cc/63/af57c10a3250857da5d4549cee123b1c872c926c68404dae9e7a05c21a88/pymssql-2.2.1-cp38-cp38-manylinux2014_x86_64.whl#sha256=cead77d3ac65c1e2910c3c082760148fd275815d5df4b13549e485fc305f4768 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0a/f1/cfb6a4640434e10e46316a90d247470e0655c96667914382be0766e1670a/pymssql-2.2.1-cp38-cp38-manylinux_2_24_i686.whl#sha256=c956c93f57d69c4551b442dec2b6eed1e4a0e185ae913ec52305e4b66d4903b7 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5e/22/5ad3c78eab3e92009daf4c16d2eec810d7d75861ccd4f595f49e30a62ec9/pymssql-2.2.1-cp38-cp38-manylinux_2_24_x86_64.whl#sha256=fd2c537c798d2e0166cdebd2dd29f1a676fc508d664cf1fefe69ae51c3004a82 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b0/a7/9c43219a97aaa81d5a865bf592d288759c7dfed11882c4ff47ea2f3f1210/pymssql-2.2.1-cp38-cp38-win32.whl#sha256=a82ba1f66f6537a42c54704d0da171a1541a3d88225d6e9ba6a17712968b0980 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5c/a6/f9b07c56042eb020e26317dae90c7984da1be58994be06e6d5e14ede4136/pymssql-2.2.1-cp38-cp38-win_amd64.whl#sha256=a9adf3ca9f143dace3d4d52bc056e8a70e5f956c4555a9e204ddf4937d98ba66 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d6/4f/6b0a474b555a3d20292e726763bd70de76c5792a5be696f3e3bdea61ef2c/pymssql-2.2.1-cp39-cp39-macosx_10_14_x86_64.whl#sha256=724432260900d1a4dff51da52f276741e143756712fbf285d8b228b2340403a9 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8d/b5/14478be655f7134f88cf8247b2e1cc58420ed423efac423ee93e2a0c7eb7/pymssql-2.2.1-cp39-cp39-manylinux1_i686.whl#sha256=0acfb137c385b14a7b27c6e9c6c2a047e5575c45b85239503086895d8d71819e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/24/f9/bfed0e66f354e710399009109f89b3046a7a96373e036772b4cc32491189/pymssql-2.2.1-cp39-cp39-manylinux1_x86_64.whl#sha256=a67b45a91203a35251d427cd35a316e878a27d275f20a6ae815a0db6bb0769de (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bc/b3/6c0dd2ff861a517f83398b42c34ef283bfe7e54d040a4bbe20d83623d93a/pymssql-2.2.1-cp39-cp39-manylinux2010_i686.whl#sha256=844883d3543d8da5037ef8a925a75d0c1de3972d2f9754f063c87c7d7f580b68 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/87/7e/a511320c8537f325a0b4b4c4b0fdb4a209a8980aa0e7b246077e283c9534/pymssql-2.2.1-cp39-cp39-manylinux2010_x86_64.whl#sha256=d28cec093e53f7a7e6242683f46418a2c0348eb6d22c5008d442028b6207e204 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/be/83/68564feb9fd2dd024242fbc37d4ee1a6ca958a461b51c641724c30e039f7/pymssql-2.2.1-cp39-cp39-manylinux2014_i686.whl#sha256=fe53b55ef9572ac3d5f34f2acd3adf1ec9ee7d1f637bc59bdd58dc06c4ef4ed7 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4c/3c/f6a289c6756dc8d3262712884cc966803ccc4f52d73878eac792fdbc4612/pymssql-2.2.1-cp39-cp39-manylinux2014_x86_64.whl#sha256=6ef017731bd6e1ffaed4637e767c1983750f8b63de6f8e6ed1e700578a73b4a3 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/16/70/37fe65cedfaf2d6482a48ceab237edefe460b70410c6d1d0a2995c14220b/pymssql-2.2.1-cp39-cp39-manylinux_2_24_i686.whl#sha256=c788534ff389d31742f71a8fae2922b6a498bcde8e3c6c650f15495f33e50e44 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/dd/db/3ce16ac05242fab034c2ca9ba4b5e451464cc81da369cf2b338de3f3707a/pymssql-2.2.1-cp39-cp39-manylinux_2_24_x86_64.whl#sha256=6b845d1c940521d3ec344906208fbc001bef4913e780ae799ad06f4d9e197f8b (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f2/8f/2c0bdb327b7edca5f13ab0ef24d409033374f64ca016bed91d1feba45a82/pymssql-2.2.1-cp39-cp39-win32.whl#sha256=13d0cce2716d34e8486cdd83602f72e13a1261de1f50a98ddf161d207e0f3ec0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/90/5f/b4326d660bdcdeaee6ac19297f0a67934849a3fb4b9afb90b2a62dc56c5e/pymssql-2.2.1-cp39-cp39-win_amd64.whl#sha256=637432b07f9b6e5f0b1d77cec8b32b6d5ee182033c6c7b47ef2d5a3d9233ee4c (from https://pypi.org/simple/pymssql/)
  Found link https://files.pythonhosted.org/packages/1e/68/ecb6fd0ee024a9ed8a852e7993ba0d059039a9cbc03a515bc1c8b92f8014/pymssql-2.2.1.tar.gz#sha256=7238530b45955f793d235664cc6f104d8b8fbcdeb6fa394dd22d8fe43748bab0 (from https://pypi.org/simple/pymssql/), version: 2.2.1
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_i686, cp36-cp36m-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7e/d4/c66176dc1f8c075fb077d358f6658eaefd0f18bc8d8ae8f8df805a3b9459/pymssql-2.2.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=0fc1723898fba044cd7e63741eb2dfbd09083aca5b9365b88e1757786bb559ac (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_x86_64, cp36-cp36m-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/13/5e/c155da5342baf7476ac69edc7fd195fb0242c48061e3825a65f16453bc0c/pymssql-2.2.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=645e0b90bf969464e1f6868270c81bb1ac2f7b00bc793dc06eed15068f39dfd6 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_i686, cp36-cp36m-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/05/1b/e173e985fbd92e4d47e76a3aa4990ff1e25bb144b119301ea3c894a197a0/pymssql-2.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=03469104efd5e5469b6c1892a0393e1fb4cd3169422e88537bec1b4294c98528 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/38/81/f5545efbdb701756a1b9956399980a7f77891cd9a1ffd7c8b928d423cd6d/pymssql-2.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=1ab97afa1a5bd7bceb45fb0ab3c6387dfa138752115441babfa4e7988036d4d7 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8b/db/c5d02d957e95e83d69d40f74c73d621fd4a675adaaddeffabdbbf3195677/pymssql-2.2.2-cp36-cp36m-manylinux_2_24_i686.whl#sha256=3655b20f08efa9d5127c1d9d2da5d5c7a0206a55e37a0b5e45620c30d7461948 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/10/df/193ea35b9641a3ac9f65a3499e1c4ef750f3c25bc64d23ff8791db0ab854/pymssql-2.2.2-cp36-cp36m-manylinux_2_24_x86_64.whl#sha256=494471e3df2f27668f65025be2a62807ea7df4776d5a1717710ce7b5b42a1b6d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_i686, cp36-cp36m-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/be/fc/9d89f21fb0940f34cae36cbad96a9c2bb9d5355e00836d44fcd77c42de2a/pymssql-2.2.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl#sha256=66b121b0ccb38ec240701fd0fd04d8d5923385b03950d930eff1936ec455afe9 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64, cp36-cp36m-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/61/86/19a1bf08a0a6d7eccbece4db46f7123c99642b1379368d8b27d37c5abf27/pymssql-2.2.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=642b423d0f78ec2a5c2fb31ed248399ac43dce2a8abec11b4a9fe0e7f1a38c5d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d6/72/f362a8551b9e9d1f4f97b50ff5d823d18f5d11f56a05916cc4a3612419a1/pymssql-2.2.2-cp37-cp37m-macosx_10_14_x86_64.whl#sha256=c3d860cf0e5685675bf06146eb5a0457589580dd04c41571efe940cbc0c2de4e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_i686, cp37-cp37m-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/14/53/020cc4efdb6a9cc132aac2528807bec8786a82aadf8eb1fa8528bef63a17/pymssql-2.2.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=bd00d3fab48fc931db305e378f706ce73abc8aba0969fdf8fb2ac6df00d6e4ad (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_x86_64, cp37-cp37m-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4b/f4/f1fc664e99efb3b5741127e270b2f4e706bb6759062eb68fb03ae4eae750/pymssql-2.2.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=9912b240ca776d7e842b44ed858b4946aaeb1863da9410f3cd4d241afcf0a99f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_i686, cp37-cp37m-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/12/67/5d5c241594a502c7245c68ecd14f4cd1dfce162321f84e3b6a010291038e/pymssql-2.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=a563cccc730cf25af262a767746451e3b11c243c9fa2c141f23d7a9b3c808ce6 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e8/5d/f6fab60a469b97814526000abed9bf993cc40f36a4ffcaeec09280a04961/pymssql-2.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=9987a0af5bc66dd9bd9391ec2f24cbc53bf0bd1ca3f581bc183bfd4ca5ddc204 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a7/64/b277b08bc7b02c9c50c3a778863d2a64ae4fc6d253875696f51bfc983092/pymssql-2.2.2-cp37-cp37m-manylinux_2_24_i686.whl#sha256=26f365b03893179dee76bb337315d99f4605c1634dd5538ed85dd1822eb41e71 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ee/25/8c03a42496686650f2c4e04cfd37064442095e092018787d665e318af977/pymssql-2.2.2-cp37-cp37m-manylinux_2_24_x86_64.whl#sha256=0423cc3b3fc6ea249b13794d727e6e727bc070a14a7840977ae92117d3d091bd (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_i686, cp37-cp37m-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/88/97/ba301520f5326d49ea5da8227868cedfcef4370fd555bca81eb248a1a7a6/pymssql-2.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl#sha256=50e81c18aceaf2e254e0085d503451429210896f0d27912fb928329b1eda00cd (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64, cp37-cp37m-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c8/68/d242995a9c6c188210d8b7d51b5edb91d9207ebfc318d51202e90988cc71/pymssql-2.2.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=553e6b7f6fbb1da6167b58a6ed7f8ff5261a073fa04d7b72a8384659c9bcb06f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/76/23/5be9f3631069872bb0274db35049d5c85321e369b10e8732b3ac695f2963/pymssql-2.2.2-cp37-cp37m-win32.whl#sha256=70a68a95a072199522433b84fe4996157ddb64a1d008435aa54d4b9f004831b7 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/94/4c/8412cb04d0d6738409c75c157ca3355385617a70453e3c6123fb2e9e2e83/pymssql-2.2.2-cp37-cp37m-win_amd64.whl#sha256=6e37b57d1f0c40c4cee9a75fb55964fc6685d2223dbedf9bd1b87f0274e118cc (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/65/2b/126a1f15e7e07af20137a4b6e2f8ff5c1cdb425cac2a7f83d958c5eb808e/pymssql-2.2.2-cp38-cp38-macosx_10_14_x86_64.whl#sha256=41fbb522decbd7f225f72ac1e2ccf7bb343c58f516ea3165855245b7e22877d2 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_i686, cp38-cp38-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/35/15/780446e6a2ee434820e8ec818778346194ca63f65b01b648c18a62c5fe8b/pymssql-2.2.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=a9f28819181b386c45de261c289bdec15f87807d3c03e61b00fa85beffbed621 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_x86_64, cp38-cp38-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/42/82/4ef0cb65a19242c4639a91a914e2eefcb353267a2fb563b7b73307e94f86/pymssql-2.2.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=f7eedf5b8bd55115a2cab130068b4dccb526fbe8c7bab54468ec31feeb6513d3 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_i686, cp38-cp38-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ca/2f/4ffc5f25dbcc94b1a3f13097bbc1ca4d7b7c647046836dccd37edef269ad/pymssql-2.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=cab9ecb7cec689177955728d116788be27fc65b9d4001ba8e6d8c6e5a5ddf677 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/99/aa/ac3bbe6ef0d0d99896f982be8b1f8fcdabbda79da1e5aa49e2f89de05ae4/pymssql-2.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=71f4eeb68a12981095b62e3170c94a5414f3c428aa90fd7bd3b4ce751d578912 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0c/0e/3b2839690a8fb988570ad3cd0702e47cbfe77a800f70581212b7d6defe54/pymssql-2.2.2-cp38-cp38-manylinux_2_24_i686.whl#sha256=463308e52e978d6b7301bbcdf47f866163a57f0783ec0b581e196d7752d05811 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/28/43/a395cc173f436bbe3f2b5ca1a15e098eb92dc9efa17c1f2dcb0cae75ac5b/pymssql-2.2.2-cp38-cp38-manylinux_2_24_x86_64.whl#sha256=7432101f86151a93e77b00c5f36cef0ecd2ac6029d1f9751656647c05ab9ee93 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_i686, cp38-cp38-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/75/f7/2b0a706e8cbc1468a637f56d1ffd93cc92563d8c875d7258aaa84e5d0097/pymssql-2.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl#sha256=6988e0e0683fb46b59349927453afc7d75a745aff71d801ebf9ba699e4d815f5 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64, cp38-cp38-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bb/7b/1fe3ad52f2e853674d87bddfcbae6a4e9b437b22475b74a506558846d17d/pymssql-2.2.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=16d2bd236ef02052b96025d0ca0de436182e36cd95afe7617d8106d2ff7f9485 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ed/d8/015a3980bec4cef6804fb1831441ff556ae25f6687719e2788187da1f55c/pymssql-2.2.2-cp38-cp38-win32.whl#sha256=16907b8d272945ee8861ef13c9657348d2aee1e06434e4a0487988eb1b6938c8 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/06/c2/6ad1712c0b8147a8a0edd02518dd34a7618dcc255fcc87c674e57ac4a81b/pymssql-2.2.2-cp38-cp38-win_amd64.whl#sha256=846a90124e4798a5957996653d71b5ec49931c99fe91b5d9f0e73cdca51e85d3 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/14/d9/f67f0566183e66c30926072ff4935cca13b6bb2dae62a2255044d96e1dec/pymssql-2.2.2-cp39-cp39-macosx_10_14_x86_64.whl#sha256=b243405d6e24a35f123d8a4a3258659fc920a23b2f2b3dbaace097c093f45dba (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_i686, cp39-cp39-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b8/11/acd42697953e188028fe1e9c3ca83372cd042feb1f7924d77d4e2355ac16/pymssql-2.2.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=0440a138eaac30a449cab497757a849b40c2d0b180b48a8c4151de9bf3bf7e61 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_x86_64, cp39-cp39-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/95/c5/578c83efb06ef1afc1e919f92b6b74ff22937a7ec024f5e7ff0282b04e12/pymssql-2.2.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=27c4d80c3086ed56ccf93dc03262db7a823d8979dd17e84c8f629a0eeef0526d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_i686, cp39-cp39-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f5/45/abce218eb27b7922505b765b77456aa4a0555ebbbe25b9b4b24172ab97e6/pymssql-2.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=182c6f3a3ba67bf7f750cfce0b3c20abb588b5ae0ffa9387645f0dfd76791b7a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ab/78/2cf2ecbb379353f77d65add50a3a9185e1832aa6c205c3b3aed867151e04/pymssql-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=ae5c4f582d45fed36bbdc1ebf960f6dbe227c6666e3a927f8c99b76e9e18de7b (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c4/79/7d39dd9b72e586fdcb430d3ba6f34fdb106b4e94b417a05d54f87fbe51d5/pymssql-2.2.2-cp39-cp39-manylinux_2_24_i686.whl#sha256=9755267acc83568adc4e89cc5668424d34ef651d0a2e827304e7f995b5dcbca8 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/78/10/de0e49f1906f73f23dab12b49d97085edbe3733b87d49f273d8a868c6bca/pymssql-2.2.2-cp39-cp39-manylinux_2_24_x86_64.whl#sha256=0932ed12474cb926a33ba5b623506d29cf1c170e2ea7ca75f342bb5fe3a67906 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_i686, cp39-cp39-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fa/23/8916272a9d214b10460aceaca08537679c340a6db39b99239d003d4f0e09/pymssql-2.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl#sha256=2b8c3bb372a6609f5e46a6702f18bc8370e0f4a53f73ef8559e4a7df58ae4afa (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64, cp39-cp39-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/de/f4/d00b0c711a34801e31f48544d5430d9df4fd2691c00af9718df7f29647cf/pymssql-2.2.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=4df67d7c6e2cd99cbf8a1c2d4236a3b81c3bbd7602b95a211ff4da7460ffa83c (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7a/2b/9036f7127af8f4333df985016611411c670bc914f825bcab8f2c3d0b0c51/pymssql-2.2.2-cp39-cp39-win32.whl#sha256=00b5d8d0e6e99dd07677f663a42fe3b53285db02682f9ea8271dab0e30e4404f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8c/5b/9e9c1624aa687f978461469ff24564d901ca3a7d541f77e3176edd802af5/pymssql-2.2.2-cp39-cp39-win_amd64.whl#sha256=213fc0f970324ed5eac25d9442e5b516724f65ed1a96ed6c0a474dd7419b6a97 (from https://pypi.org/simple/pymssql/)
  Found link https://files.pythonhosted.org/packages/25/f4/7a8f70edbfdc4de0f72ba44611b6ed6c175a1b2b1ce22051af0e8a8111c1/pymssql-2.2.2.tar.gz#sha256=db3b31b1e73a856aa5a5181ff9f2b0c595611f5661aaeffee7c12a4a57b62fc8 (from https://pypi.org/simple/pymssql/), version: 2.2.2
  Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ae/5b/33637d249c33e837b065841f1aa1b1005d26f24fef65c6da8eff80e88bec/pymssql-2.2.3-cp310-cp310-macosx_10_14_x86_64.whl#sha256=852fe689b4630aa453eb02b091240d98e07eb60fd7a3c150396d0eb7fa10780a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ad/7a/011f79927d6a7d354629340f94aef00ac63af31c8fc2237d17f39174a785/pymssql-2.2.3-cp310-cp310-win32.whl#sha256=2bffb7d07a3914b73086a17583f0a0ca68dfc93f7c70b3e214beeacbd2339e12 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6a/e5/335f6439bfeac137191ec7bcf2ee44dfa08df22244d65255b7b56f023607/pymssql-2.2.3-cp310-cp310-win_amd64.whl#sha256=75e65e53f5014f24dae8c150f532e9313ce0c166123b0951a334d61ada0aaece (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_i686, cp36-cp36m-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c3/db/70eede5f654da5e273a3d0813d225a2c4479ff1370406c7e5ceaab41253a/pymssql-2.2.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=d90eb4dd06f1b8eb4805d137e8a0747665ec15c46736a4f1cc01afe6da4d07b7 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_x86_64, cp36-cp36m-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9a/b1/181d060d37fa0fc486da7439030da0a0a887550d0c6fcba9a72056c7cf7e/pymssql-2.2.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=52a8163fcbdb1ebe2756d5a9f439ea8f30b9748855e782c1f98465050e8bab61 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_i686, cp36-cp36m-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c3/2e/e5ce73ec799eb993b83382d0268d3b809ee3cb4ade27f2cc0a089e35d09c/pymssql-2.2.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=873d026423768f4e1ec0b452ff9fe951beb4632e3f314c19b22a30586db1de02 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/59/55/9a864839a101106359ed19f2bd21aacbf5fc40aea70c35e80cdf5f7df1bb/pymssql-2.2.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=6cb52bf5d0eabf510b1ebc8b38e71cd3ca877e69e0e424f15e1f7b319e49b10e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e4/a0/878870e1f6de897cb857183fef55448848ea5a78a51bf7ef7ca3bb6a9135/pymssql-2.2.3-cp36-cp36m-manylinux_2_24_i686.whl#sha256=d402ed357f5da445a29a6a844ac4359872d3870e6ee034ec049e83095d6cd00e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/24/ac/11199b605f5e0edf9086da5ea9b8fe16ef7f3e51c7b883fa375f2fc16baa/pymssql-2.2.3-cp36-cp36m-manylinux_2_24_x86_64.whl#sha256=538b5a4ca9b4bd3f0719acb608e08e1d586a08ed9ed0d7ea1ffa3ef03518df68 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_i686, cp36-cp36m-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/53/e0/e50f1f226efe48d3659b585541dd452baded0646d280d3ba08f3b24800dc/pymssql-2.2.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl#sha256=0bc2e51739d932fc7af44354c00297baa451f99a3e3d7a59a6aa3be5b2534076 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64, cp36-cp36m-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/62/f9/652e65c680742d0405f7789218dc5ade19663cb87f29ac349f33bd512b16/pymssql-2.2.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=3f7def19af5af2d83f2f7559b67ae37315d76807e4e6d7957d53755f982d1d8b (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a3/a6/3346fb4e5688af9b8d1325a8c249b324c72b642dc6bd1637cf0d078576bb/pymssql-2.2.3-cp37-cp37m-macosx_10_14_x86_64.whl#sha256=0a1ccec4eb9bb35ad9f211428793fd29e59f3902279ad2903133d6c2081550c1 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_i686, cp37-cp37m-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/43/a4/ee1702bb8699373a5cb73f300fecfcbbc4e0edaaad3453870cff985fdae7/pymssql-2.2.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=5cc68a295207ced45c0155e263ecdd249cbcfac2d77a58d2dbda5c54a532044f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_x86_64, cp37-cp37m-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8a/6a/1efd7fe8bd0f3dbcaa30fc4fe8c0b0cf06291eaec75d2ac03abe61c643a1/pymssql-2.2.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=8eaba0e0fe013dd727f960e7d025071d3b03123eb41b9fc11f225728e00cc2b4 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_i686, cp37-cp37m-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ed/4a/b1d23b7431fa7d3ce18462e4de1fda1343c762e3cce46ee50b5c6ad93e1b/pymssql-2.2.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=9d06c950d13c198a6a70f846298d3f4ba820b998341b61c487049c3e5dd19223 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d5/e0/e07c546f8f24054bbed2bf051a07f95452b16c6355a8d04b5b99668c5139/pymssql-2.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=3b13bc9d7c82ef24fd2df690747e99160bd6611d97b875518757836ab3c3fea0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9e/69/e2405586d6c8185e910832f76449103c6a2a3e114ced1e6f0d82ebf976fb/pymssql-2.2.3-cp37-cp37m-manylinux_2_24_i686.whl#sha256=2c08ed13f090b9df251ba2590a1316939dea1744679ec3f164968e4b51263b53 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/98/a8/e70ad68ba55fa980dfa967666656012dbbdb99b879bb28e6fcf0fa7e7853/pymssql-2.2.3-cp37-cp37m-manylinux_2_24_x86_64.whl#sha256=6bfd0859201095b4a8913e88ec9999c72053e2f92aa05413b32ac5855970b726 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_i686, cp37-cp37m-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5f/63/55c61af2c93bfcb392cd0a3bdfd72a34f06138728470cd5347355d6d30d1/pymssql-2.2.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl#sha256=860979466f9dd6d7d20fb83db2498aa67bab172a85e660a93a93c9d716b8e268 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64, cp37-cp37m-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/97/8e/7aaa97d88bae7aa7a0e66155a371c9a397a5dad8e573760bc1593ba24ac7/pymssql-2.2.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=7b7d04c3abf78961d04c5c620118e5b34589619cd9f7a95a4dbc439186095bc4 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/00/cf/9ba218c0d661e8960e6ddca76c21d20d42b1184a24b16324be9eb633bfb7/pymssql-2.2.3-cp37-cp37m-win32.whl#sha256=bd6b49ad64026eac1b23c2ab8d237b81d0eb83fc3872562b9101cc970581735d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/39/6e/2f99dcf69b139849a0b09e3134b0057d8eb0249dbdb9b4473a1277013694/pymssql-2.2.3-cp37-cp37m-win_amd64.whl#sha256=7d3ccb1fe4fa957ad0d430c0efa342c3ead9fd3d546cc867042b146620d524ee (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2c/eb/ddc7eb2e2f4bc96ae282761dcc19f5c65588d3da9919f79c9fec9afd9f82/pymssql-2.2.3-cp38-cp38-macosx_10_14_x86_64.whl#sha256=8f81d90d711a151a72960e3ad1dd8cb71b9d288979e1ead913e1e654e7ee504d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_i686, cp38-cp38-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9d/e5/5cc585abf8dd6b301e8a041cbdc310e81d36336c807320b3fcd7dffe71af/pymssql-2.2.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=6a09fb8456279acd87615708a60bc299640e0be149a117508eba6f1c4ad0fb3e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_x86_64, cp38-cp38-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cb/9c/f66478fecc660426d62aef87b1108c4287f4e2ff6019fcefe67b3a76e727/pymssql-2.2.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=ec76e9773d7af22f39cc902e92946f453efec1af3037e8b95dcdf568d3bdbee2 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_i686, cp38-cp38-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/57/38/13316cf237877e1783b9e48c4f45ea38220a11293802347d26e06fd65673/pymssql-2.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=7d995b0e20961e4366ecbef34faf2ef8a05a963780fb5f7ca35c07c61369c889 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/78/c1/37ea72359ffced75227213fe6ec45c00e9f34d7a6f266b13de8f265412b9/pymssql-2.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=de6aa047efe4ba438261477ebcb11bba6d913bbaae114d55d95f04760c3be6df (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/86/54/e4524908e4f165bbeceb24671754eecf35611e36a724319f38ae1481652a/pymssql-2.2.3-cp38-cp38-manylinux_2_24_i686.whl#sha256=6ee59e594c10bd7dab7776ff6278f318625b79d7c8e9ef9813af6bd953d7d748 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ed/ea/30b672c1bae55cdfbee4975690da746656a834139314d437bcbb9bd0eb3c/pymssql-2.2.3-cp38-cp38-manylinux_2_24_x86_64.whl#sha256=fc103b304a9bf2a6f92f2dee12b6a9212000781c17a9aa280621cd09f0f5eda0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_i686, cp38-cp38-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/9c/9e/dd4319cd1d52a964682697abbf1cfcd03ce4a052b03c76c7abce657cd6c7/pymssql-2.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl#sha256=e83e049b1d7a64d5aab9fc31477ebeb7ae4a0dcd40f273ee5cfd22b3ed87004d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64, cp38-cp38-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6d/20/2b9225f303f5ab38ed1d9e3e63352e44c403af1392b5aef9d033148c9353/pymssql-2.2.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=46a8ad501353de0539b35d4a8b6a0f27430e9e240377673b42e9aceedb5313e4 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7b/51/73ebe0194c18a633c6757a4c74055a9194bf0a586117b0388225b32ee760/pymssql-2.2.3-cp38-cp38-win32.whl#sha256=df3c039679df3ce1ad3e55a8daccfd5afd65d2e2aed738515ecad6ad778fb160 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/84/0a/4eb1b598519e667a23ecf406b56eaebf53ed40d955b68638ed232e0f70ea/pymssql-2.2.3-cp38-cp38-win_amd64.whl#sha256=aab0a93cab37273228b859cf674449b0781df605a26739b72e5bb029682bd618 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/66/0a/cd881e3c6a8a9784d67435f459e35498606512e72d7056ca1c8525db6499/pymssql-2.2.3-cp39-cp39-macosx_10_14_x86_64.whl#sha256=8a526ae0ce3f3c9acdfc4db1e61cf82bac528ee2848496c7d7eb25881e4824af (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_i686, cp39-cp39-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0a/b8/7d69c0d4255ebd13b05d44e543527dc2d1b090b5fe838a9704d26a1579cb/pymssql-2.2.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=b21db3e4e946b947076b915cc2a91e5c052ff1c81409fb33f1d954554600e866 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_x86_64, cp39-cp39-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/95/3d/bf3afe68af9ae8a820e2e302077f1c22f32890917a282753378437aa176e/pymssql-2.2.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=4cc13762966ddd1e06d324662bee967fdbc8924872cde4a891556f0401ef9de0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_i686, cp39-cp39-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d6/69/9f645101efd8eef6ba408b491e13bfe73e9946b1c11328320ad0c96c0b9c/pymssql-2.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=deab7a7e9dfaf11f04234d60faa821244fb820db104dc5c47aedf8c4751d9c6b (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/48/3a/0637a0c4f3559a08e9148104757dabc841ba80ed7b4c44b4a338ada8bc4d/pymssql-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=1ded7fca8bf196b86c1cccb833960b48d946b437849a08a8a25c476ab1b335fb (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/32/53/3c3fa1c872aeaf5d30051d050124285ff4bb9d4da132ddfcac2c673838d4/pymssql-2.2.3-cp39-cp39-manylinux_2_24_i686.whl#sha256=f53203f91baa569606c1731d2ac4fb5d79cbce28fa7d902a2938c31a96b984e5 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/92/ae/186f5cc66e0b1d8afb829adee4e0ed5070d7d0b6ed08152c59dedb7f8d68/pymssql-2.2.3-cp39-cp39-manylinux_2_24_x86_64.whl#sha256=d4f6ae1888fc41e2fabfad16806699c0b0ffdc1ac22c2962f5918c69b5d58ca6 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_i686, cp39-cp39-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cd/9d/534a36c12dcde7266273f46054c526ea38c8aa939f99c50b19f29b9b33b6/pymssql-2.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl#sha256=8ab926fc78108e9e76e844794b5de5fca20ed2f0326d788ecc529072ce9bd6c0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64, cp39-cp39-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a1/0d/dbd7317ad3a80cf129718594fc20f356d3ef68f136ec29840608c0e5ae91/pymssql-2.2.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=d9cc4ef9ce01f14ab435e72914719a0f37999bae60b82d50bd1f0ce865083011 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f9/95/d550c2197c60f64d0c70902e6f6def8c3b882c031fc6e0180219da5643e5/pymssql-2.2.3-cp39-cp39-win32.whl#sha256=ddd9c6ddf8966292d3a4f1eff27757d91d7f572f8b8c34ec3aa0eebb1c1f5da2 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/63/9e/9b451a9b872019e468de0be4620418e6cc34aeb3808cf0a40c9cc14f35ab/pymssql-2.2.3-cp39-cp39-win_amd64.whl#sha256=496ad5ee139f6d15c5006f614e602891f89740205e58b3aee67d9a22e6bc941c (from https://pypi.org/simple/pymssql/)
  Found link https://files.pythonhosted.org/packages/cc/fe/2dd1079087f8cd41a915ad96bcf3f4af81aec6554e4041d2b9e04662b02e/pymssql-2.2.3.tar.gz#sha256=b94fddc6d5f168205d14294d36969025967ff1837adcc1664c19968de61dca80 (from https://pypi.org/simple/pymssql/), version: 2.2.3
  Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_15_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0e/1a/486aac539bdfadf2a6cd81d5d0c5ccdd593bbf6b93291a5a7d978c6d45f9/pymssql-2.2.4-cp310-cp310-macosx_10_15_x86_64.whl#sha256=3284ea2fa08215213da756016d75af9930a65f7173e2481fef6380ca0130e979 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2010_i686, cp310-cp310-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/2a/a5/176021d762a94dc8deb5f17b49d896e1aa5662d087a1012865b92e73e27f/pymssql-2.2.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=9db1fc72239c668bb1ed94aff4ef69d361a6c5cb629c4977dc9dc2ee561ed5ac (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2010_x86_64, cp310-cp310-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b5/a0/41e17a8c7e5637ca580ed97dddf777cff3573fce34bf673b8a7693f473a0/pymssql-2.2.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=83697fbd5d03619937e5128bce3428624b4cb7de9c1560eb46d1c891a074c298 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_i686, cp310-cp310-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d1/72/ab58af45f5bdb0a835fff9cdca9c74f990ae55aa6826a1f1c3f0f3991f66/pymssql-2.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=f64c0d3c17ca995ba183579377246a8c5ca9a2819c32b17570d5de6373b0d996 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_x86_64, cp310-cp310-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b7/89/86d3fb65ec8e6692d995f5bb6d544ca74ff94f8d954793c51ae643da6f1d/pymssql-2.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=76699eaa7af652fddcc2ead5ec2cd0487bdb962d87ce0b517025632025235390 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ee/40/2078348757e9625e81762d941be3fb1c38b07099edb8492e991cc65fd071/pymssql-2.2.4-cp310-cp310-manylinux_2_24_i686.whl#sha256=a97d0c11b26fe35a988d7acc40c837ed9cbd721d44376d92577eb836936dfa9a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7f/27/3336e773bb5c092125e0ba1e965a770bc660cd5b6c07978b89c8b7edbc88/pymssql-2.2.4-cp310-cp310-manylinux_2_24_x86_64.whl#sha256=ac941251374fda6480f60361c7a48c7d0530fd51c3b3f85e596ed43af7970825 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4a/5f/a8fa47ba0af94fc24ce228b76c999d49503442d47e5d8acc4bc173dd1e94/pymssql-2.2.4-cp310-cp310-win32.whl#sha256=1ee1f6c79f6f29b2bad3d72aef221e82634c5c49d050ebfac285c88cdff4ab0f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fc/4e/18ed4d304d3138aa435d0f6c58e7a6beb1c2a481dc7e7de6cd1d7c5370c5/pymssql-2.2.4-cp310-cp310-win_amd64.whl#sha256=3a922873b06b65962ddf1964f4a50d60b0ef9198bba54b6b4f2f2b7b642ff23d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_i686, cp36-cp36m-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/90/29/0666e8875ac0d578e6b7215adf3d2856c7df8609a6901c9c9480f96f9bd7/pymssql-2.2.4-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=3c1a54523488839805d9fd4411996290fa7953fd5eaa8960d60d134ca18850ed (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2010_x86_64, cp36-cp36m-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/09/ee/452446b20af53d546e84c369ac9f12f2399cefb9792ce56d7ba8637e7ec8/pymssql-2.2.4-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=3aed8be741f20cc597af0137aea4ebe5751101bb532167d8cf2ff19703c040e0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_i686, cp36-cp36m-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/37/3e/3e4d60abb45431e09d9bbda8f714288a6e004db54a5fefb88831faf1058c/pymssql-2.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=25d73715b5eed2052b6e470973a8499015f8c442dd57adfb2a2bdff86f4b2ccf (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_x86_64, cp36-cp36m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bb/5e/6649f39223312971a2dc5a8c7a1ac490e28376282a3f4a23517a66978923/pymssql-2.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=3e551c3db04b8a2462deed830c4a7e4155fd8f7b66b00c6ec0998740a3080aa2 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4d/e3/6d64528d5f06967c3e36317d46f8803b010fd42e029ba3eebc83da245f9a/pymssql-2.2.4-cp36-cp36m-manylinux_2_24_i686.whl#sha256=b025b563deb868cb6ba7fb120839d5d98ebef4684c6b10dff90a0c8736046a48 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f9/8e/d79af8c0c7c3bb52fd18017c488c04b21ec939a790dce7a6ae24e9e10b15/pymssql-2.2.4-cp36-cp36m-manylinux_2_24_x86_64.whl#sha256=fcd56b78a26030a1deab042921eceb6674e09a632923ec7f931ae87b20c35045 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_i686, cp36-cp36m-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/92/ac/d7fb8553321bc0c8661f23cd251cc5f1e1c1390de62f00727e1df7e10752/pymssql-2.2.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl#sha256=2751e8c4ff1711896fe9f1a834874a034972cfda852163e97ccb817ea348ea33 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64, cp36-cp36m-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6a/cc/c0e0857d5f99e8b76f46529b47c0c8dd4755d5c8613089cae4e0e4d2ef79/pymssql-2.2.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=451c4dd1e09bfb83bd51b8a34d557c3b9b13d82bb5333101011fa692c7dc7dab (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/7a/88/b6c49b24222e1c2be9130d7bb8231d4a75fca560d3ea1c0b66a824a953e8/pymssql-2.2.4-cp37-cp37m-macosx_10_14_x86_64.whl#sha256=81e7ad8d936d43122e67389d56053d88296a4770ed859a36a1f7cbd6b5bca2a3 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_i686, cp37-cp37m-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d3/79/1463dd001555a2e55a46fac43e7dd3c9c9ee1b9e245abbf3c2c1392807bc/pymssql-2.2.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=886b5b7c24cb89f53b2fbd97450c1056d4a61a980da59187e9b65b6b4d40900e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2010_x86_64, cp37-cp37m-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c5/14/b76769234b31b73562db254c7b5c54a4bf533c73708e4f80f2858e67388a/pymssql-2.2.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=7f769a06cb267f0039dce913c76d87a49a17a68f874f5daf8da662543e83ab01 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_i686, cp37-cp37m-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d9/07/7b3702f423ab01ffe245fb7cf925cf28d50d389ac4826bfaa7c323312f14/pymssql-2.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=819268b65683596a1973452517f2176221e81ee820507456491e86f6c4779380 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_x86_64, cp37-cp37m-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bf/02/69030716823c4fb71a1783372ac212836e0bf30cb17fb1cd2cbd9f04163c/pymssql-2.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=33f9cb5e6feb1e37724b013fbb502c010fa738c024e623da99dc41b633bb99dc (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/af/ca/cb0a03d9d417c8aa9856d21141275963895fbb13a02c9a134deb13b43627/pymssql-2.2.4-cp37-cp37m-manylinux_2_24_i686.whl#sha256=eb49db14671d44a5951ee99d7c9850c7f269485f03dc53f01abc4e3ffff41db0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/cb/7c/f6058885eec613890a03889af2f43af7fdb4cb534c6f2ac87b3f2afda936/pymssql-2.2.4-cp37-cp37m-manylinux_2_24_x86_64.whl#sha256=74f3b6f33f52018e64eb54401176c8e514f374008a02e1740d9ad0e01065f3b4 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_i686, cp37-cp37m-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/22/5f/dc811c345ed3828ba7cbda9cb9b32ffc213af7bad792c02f850fa2bea6fa/pymssql-2.2.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl#sha256=fe85fb8eb35028bccdcf24653c4db50ec8d376656b2353fd91c08582ce38a9bd (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64, cp37-cp37m-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c8/b9/304d2de583aa9caa20c73b1edfc210c466f3633e4bd14feda9e36fb43cab/pymssql-2.2.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=0c75cea079f84d243eba3e5116e1d4cddf2c9422b2608ed0ce3707c1a948f0b2 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fc/21/28d7e45b918385bb917498b6ca931784aee382a02406d06b848e6bb7e7fe/pymssql-2.2.4-cp37-cp37m-win32.whl#sha256=023e0e902377d00f295e3e452577b71345745a2b5c47adadfc949b1b9a82ce05 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/15/19/4f972fb251e3d4b04ed0e788b0d1bdd5ae6ef6acff1259434a9b19a708c3/pymssql-2.2.4-cp37-cp37m-win_amd64.whl#sha256=83ab5af89840ac7f8725449dc73371d2c23e8cb8bd17221486cd40c785057858 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-macosx_10_14_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/c3/ff/a7cd61629b97bfc4cf1c205f97427e864978cb7c342bdd8c72d1720547d2/pymssql-2.2.4-cp38-cp38-macosx_10_14_x86_64.whl#sha256=82a27f5057f17e486689e1d74e5778bc460c6a3dc5b94a32d7a69041c125784e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_i686, cp38-cp38-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d0/37/47c9d0dbaa000172b37d77db3255f529387d6dfb7bb8cfe58a2ec02afa46/pymssql-2.2.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=38a9f41883e454c41ae5b1609726f1f48dc90c0e6b4525ecda18c91d120d7bb0 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2010_x86_64, cp38-cp38-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/23/7c/e10a2f764c95f47ac645f387f83b88496c0555485de2e559127d241633a0/pymssql-2.2.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=99b99919a6154aa4553badd249285ccef3ac7622d043e9653b83e9d5c8532f1e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_i686, cp38-cp38-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/69/56/204a2ec9e8c733c8511b0576521adee5f2103ca04717952ec226c1bfa5e8/pymssql-2.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=6bbb39d2d563d13381bceefefb39b29315ae96d4d84364101db84247995e961c (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_x86_64, cp38-cp38-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/00/47/eec6b63ca718b0c897c710ddcfa6a51fac73d7fe61116d2e2b68fcccd097/pymssql-2.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=16ef4e75785e6d7a41152d0661efa3b247f13b397249684c588b3a0eeb1d8d5f (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d1/6a/712a1e359d5640c88d6883a03d7cddd733b9565ae25858209783acc8f5a8/pymssql-2.2.4-cp38-cp38-manylinux_2_24_i686.whl#sha256=15454fa315e7e0672ef38f71b326f29db58824e6a585db7281368bf88fab1c80 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/01/fa/5d70f5ff62c434722cc12720b97280e0bd3d5e5abd64c134ddf75186762d/pymssql-2.2.4-cp38-cp38-manylinux_2_24_x86_64.whl#sha256=f36871a4c72ea49cdf538cf2e8634c2aaadf182bf6ad82af178be25e956480c9 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_i686, cp38-cp38-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4d/93/56aea65396cd810ffa85316a5104526c25045fa7c218cd2c6f39f52e8a53/pymssql-2.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl#sha256=a345d7bb02fd42a8dfac9ca31a6ad423d04f1a11b3370de5f1e281ca375a70c6 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64, cp38-cp38-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6b/69/fc8e1ad475216658dd77b40dafb1e570c8f81a7943506218fd59f75086fc/pymssql-2.2.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=631608059b1a1a5013776d151bdb3234b665d0ace5918aee17c7e0e08d2d83be (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ea/73/fb267be0623ab83fda8c13fe72ac5f0431a9d3dd05db924a5081bf56e4f4/pymssql-2.2.4-cp38-cp38-win32.whl#sha256=af2cb1ef4aa350093a9eeb627eccebea2b0f323b70f12ce7890261fbf46bfb6e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/96/14/c14e908f2015877843d4fd7be01e6c941b5189bfad6f5b51324f43b4658c/pymssql-2.2.4-cp38-cp38-win_amd64.whl#sha256=8aa6047f0112ca18c556a306a8a593442a17626c8b5d45453598c9487d7fcf6e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-macosx_10_15_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/83/22/ab815a2429129454fdb053bbd163a31541a6206bec71548cde9b483f04b6/pymssql-2.2.4-cp39-cp39-macosx_10_15_x86_64.whl#sha256=27dd2dd82a716fb0516d24013b26920fd6f819e52ef624c6761592b6b74212d2 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_i686, cp39-cp39-manylinux_2_12_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/3e/c3/a3c6bc1193be0588f7e731138b6a8ffe285093e2283e0dd94c57c2b9313e/pymssql-2.2.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl#sha256=7b15014ef5bcb75f8f73228598a46766369d2af1adbaaeabd62976927800844d (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2010_x86_64, cp39-cp39-manylinux_2_12_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/f5/db/e72b6940dd42e7edaa953e89c901bfcd79d4d21d7024ab45ea0e2d5ebfa5/pymssql-2.2.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=0b7e1177b30642351c1514f703dee1a6ab046a25da953c5e0199478385d1a4be (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_i686, cp39-cp39-manylinux_2_17_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e7/7d/6305cbce84a94e4ea616a93edfa77e4a6cbd858fa6bd7b5f1ce07684d699/pymssql-2.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl#sha256=823b0dc5a9feea197823d95f1e3fe7aa8b6b3ef3d95a31351e2c40024af74d4e (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_x86_64, cp39-cp39-manylinux_2_17_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/44/ef/9a24e7d7dcc5f89dfa161005b72357518dc7daeed49befad01efa80478d4/pymssql-2.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=bbc098b6846dabe967df71023ebec857e634a4d113cae9f0e58fb8ab9d9f053a (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ef/88/b802ea1fe860455cc240b3a45ffa227bd0a666117097ba9e22d8c6074fbe/pymssql-2.2.4-cp39-cp39-manylinux_2_24_i686.whl#sha256=48c54c805ae7704717bb8ab146b95084ced2b7aca87264b525404cebf1222240 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_24_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/52/9b/c78b755f20c9c0a0334728eb55054c062d4665726ada831b024bbeec4c99/pymssql-2.2.4-cp39-cp39-manylinux_2_24_x86_64.whl#sha256=e441e76716d06216bbcbeb24782aaf2f2d65b28cb38c971aad35f11346fdfd83 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_i686, cp39-cp39-manylinux_2_5_i686) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/df/b2/6a9d2ec2eca35df94df5295bd4a53a8c8a35739ee726f8ea4a9aa0547142/pymssql-2.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl#sha256=fbabea3e3d128953ff0b52899e2a183b79219a14e79d60f538ea30098c4f1c53 (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64, cp39-cp39-manylinux_2_5_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a2/e7/9e13fba6a1474555dee2e8193b24ebbbb65333c6426d25f0331eb68f2f26/pymssql-2.2.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=539267209e9e41ccf3b2ad9f2cc79aa3967c8c293d9aec31c0cea4c25f0b2abe (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win32) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4b/9a/7a4526725a6c93d218dfd470cc82feef7ae004df28b2b93c8e31f4aaa853/pymssql-2.2.4-cp39-cp39-win32.whl#sha256=f694e31c28d412833e8ec3331fe4363d52ec3d0a3b1cd314ef432aba5e6cbb7c (from https://pypi.org/simple/pymssql/)
  Skipping link: none of the wheel's tags (cp39-cp39-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6d/10/d29d015c6f7ca8d045e22a16ccf4b02638d25b1930adaf456b0e5a064dfb/pymssql-2.2.4-cp39-cp39-win_amd64.whl#sha256=95a8786094c9ae30b6e322fabe89e8f50a636d05c34f2d17add9bc9643c2a6af (from https://pypi.org/simple/pymssql/)
  Found link https://files.pythonhosted.org/packages/4b/5f/e1707ea81e8ed367ecb919026370353564ce086b6b74fa51823c666acf09/pymssql-2.2.4.tar.gz#sha256=6ff7867699997e73114d96314361696ab1a49a1250b6b5d6f884c7ab380a5b82 (from https://pypi.org/simple/pymssql/), version: 2.2.4
Skipping link: not a file: https://pypi.org/simple/pymssql/
Given no hashes to check 1 links for project 'pymssql': discarding no candidates
Collecting pymssql==2.2.2
  Created temporary directory: /tmp/pip-unpack-ie8ri76n
  Starting new HTTPS connection (1): files.pythonhosted.org:443
  https://files.pythonhosted.org:443 "GET /packages/25/f4/7a8f70edbfdc4de0f72ba44611b6ed6c175a1b2b1ce22051af0e8a8111c1/pymssql-2.2.2.tar.gz HTTP/1.1" 200 170781
  Downloading pymssql-2.2.2.tar.gz (170 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.8/170.8 KB 4.3 MB/s eta 0:00:00
  Added pymssql==2.2.2 from https://files.pythonhosted.org/packages/25/f4/7a8f70edbfdc4de0f72ba44611b6ed6c175a1b2b1ce22051af0e8a8111c1/pymssql-2.2.2.tar.gz#sha256=db3b31b1e73a856aa5a5181ff9f2b0c595611f5661aaeffee7c12a4a57b62fc8 (from db-up==0.2.6) to build tracker '/tmp/pip-req-tracker-akve8xt5'
  Created temporary directory: /tmp/pip-build-env-beqr7rll
  Created temporary directory: /tmp/pip-standalone-pip-0lqb9el7
  Installing build dependencies: started
  Running command pip subprocess to install build dependencies
  Using pip 22.0.3 from /tmp/pip-standalone-pip-0lqb9el7/__env_pip__.zip/pip (python 3.10)
  Collecting setuptools>=54.0
    Using cached setuptools-60.9.1-py3-none-any.whl (1.1 MB)
  Collecting setuptools_scm[toml]>=5.0
    Using cached setuptools_scm-6.4.2-py3-none-any.whl (37 kB)
  Collecting wheel>=0.36.2
    Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
  Collecting Cython>=0.29.22
    Using cached Cython-0.29.27-cp310-cp310-musllinux_1_1_x86_64.whl (2.1 MB)
  Collecting packaging>=20.0
    Using cached packaging-21.3-py3-none-any.whl (40 kB)
  Collecting tomli>=1.0.0
    Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
  Collecting pyparsing!=3.0.5,>=2.0.2
    Using cached pyparsing-3.0.7-py3-none-any.whl (98 kB)
  Installing collected packages: wheel, tomli, setuptools, pyparsing, Cython, packaging, setuptools_scm
    Creating /tmp/pip-build-env-beqr7rll/overlay/bin
    changing mode of /tmp/pip-build-env-beqr7rll/overlay/bin/wheel to 755
    changing mode of /tmp/pip-build-env-beqr7rll/overlay/bin/cygdb to 755
    changing mode of /tmp/pip-build-env-beqr7rll/overlay/bin/cython to 755
    changing mode of /tmp/pip-build-env-beqr7rll/overlay/bin/cythonize to 755
  Successfully installed Cython-0.29.27 packaging-21.3 pyparsing-3.0.7 setuptools-60.9.1 setuptools_scm-6.4.2 tomli-2.0.1 wheel-0.37.1
  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Running command Getting requirements to build wheel
  setup.py: platform.system() => Linux
  setup.py: platform.architecture() => ('64bit', '')
  setup.py: platform.libc_ver() => ('', '')
  setup.py: include_dirs => []
  setup.py: library_dirs => []
  setup.py: could not locate 'clock_gettime' function required by FreeTDS.
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  full command: /usr/local/bin/python /usr/local/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmpx74ec8nw
  cwd: /tmp/pip-install-kx0t8bup/pymssql_c177d02d489744d98b33159c842e85e3
  Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Exception information:
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper
    status = run_func(*args)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 339, in run
    requirement_set = resolver.resolve(
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve
    result = self._result = resolver.resolve(
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 373, in resolve
    failure_causes = self._attempt_to_pin_criterion(name)
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 213, in _attempt_to_pin_criterion
    criteria = self._get_updated_criteria(candidate)
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 204, in _get_updated_criteria
    self._add_to_criteria(criteria, requirement, parent=candidate)
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria
    if not criterion.candidates:
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__
    return bool(self._sequence)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__
    return any(self)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in <genexpr>
    return (c for c in iterator if id(c) not in self._incompatible_ids)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built
    candidate = func()
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 215, in _make_candidate_from_link
    self._link_candidate_cache[link] = LinkCandidate(
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 288, in __init__
    super().__init__(
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in __init__
    self.dist = self._prepare()
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 227, in _prepare
    dist = self._prepare_distribution()
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 299, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 487, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 556, in _prepare_linked_requirement
    dist = _get_prepared_distribution(
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution
    abstract_dist.prepare_distribution_metadata(finder, build_isolation)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py", line 45, in prepare_distribution_metadata
    self._install_build_reqs(finder)
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py", line 104, in _install_build_reqs
    build_reqs = self._get_build_requires_wheel()
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py", line 81, in _get_build_requires_wheel
    return backend.get_requires_for_build_wheel()
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py", line 172, in get_requires_for_build_wheel
    return self._call_hook('get_requires_for_build_wheel', {
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py", line 322, in _call_hook
    self._subprocess_runner(
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py", line 252, in runner
    call_subprocess(
  File "/usr/local/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess
    raise error
pip._internal.exceptions.InstallationSubprocessError: Getting requirements to build wheel exited with 1
Removed pymssql==2.2.2 from https://files.pythonhosted.org/packages/25/f4/7a8f70edbfdc4de0f72ba44611b6ed6c175a1b2b1ce22051af0e8a8111c1/pymssql-2.2.2.tar.gz#sha256=db3b31b1e73a856aa5a5181ff9f2b0c595611f5661aaeffee7c12a4a57b62fc8 (from db-up==0.2.6) from build tracker '/tmp/pip-req-tracker-akve8xt5'
Removed build tracker: '/tmp/pip-req-tracker-akve8xt5'

cli.azure.cli.core.extension.operations: Command '['/usr/local/bin/python', '-m', 'pip', 'install', '--target', '/root/.azure/cliextensions/db-up', '/tmp/tmp4tsko8q5/db_up-0.2.6-py2.py3-none-any.whl', '-vv', '--disable-pip-version-check', '--no-cache-dir']' returned non-zero exit status 1.
cli.azure.cli.core.extension.operations: Pip failed so deleting anything we might have installed at /root/.azure/cliextensions/db-up
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. Retrying ...
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. Retrying ...
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. Retrying ...
cli.azure.cli.core.util: Failed to delete '/root/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '/root/.azure/cliextensions/db-up'. You may try to delete it manually.
cli.azure.cli.core.util: azure.cli.core.util.handle_exception is called with an exception:
cli.azure.cli.core.util: Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/knack/cli.py", line 231, in invoke
    cmd_result = self.invocation.execute(args)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 658, in execute
    raise ex
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 721, in _run_jobs_serially
    results.append(self._run_job(expanded_arg, cmd_copy))
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 692, in _run_job
    result = cmd_copy(params)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 328, in __call__
    return self.handler(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler
    return op(**command_args)
  File "/usr/local/lib/python3.10/site-packages/azure/cli/command_modules/extension/custom.py", line 16, in add_extension_cmd
    return add_extension(cli_ctx=cmd.cli_ctx, source=source, extension_name=extension_name, index_url=index_url,
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/extension/operations.py", line 339, in add_extension
    extension_name = _add_whl_ext(cli_ctx=cmd_cli_ctx, source=source, ext_sha256=ext_sha256,
  File "/usr/local/lib/python3.10/site-packages/azure/cli/core/extension/operations.py", line 173, in _add_whl_ext
    raise CLIError('An error occurred. Pip failed with status code {}. '
knack.util.CLIError: An error occurred. Pip failed with status code 1. Use --debug for more information.

cli.azure.cli.core.azclierror: An error occurred. Pip failed with status code 1. Use --debug for more information.
az_command_data_logger: An error occurred. Pip failed with status code 1. Use --debug for more information.
cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x7fed8c9691b0>]
az_command_data_logger: exit code: 1
cli.__main__: Command ran in 25.967 seconds (init: 0.134, invoke: 25.833)
telemetry.save: Save telemetry record of length 2982 in cache
telemetry.check: Negative: The /root/.azure/telemetry.txt was modified at 2022-02-15 16:26:30.521062, which in less than 600.000000 s

As you can see we get the error could not locate 'clock_gettime' function required by FreeTDS.. This error is caused by the setup from the pymssql package: https://github.com/pymssql/pymssql/blob/a6a1b514ac0cbd45efae83d8c00c258846912316/setup.py#L110

I tried to resolve this by installin gcompat to be able to run libc on alpine as described here. However this still doesn't work.

I guess my only option now is to build my own debian based docker image, since the root cause seems to be that the azure-cli image is based on alpine which doesn't play nicely with libc.

Another argument for: #20964

jeroenvervaeke commented 2 years ago

For anyone finding this, here's the dockerfile I made as a workaround:

FROM debian:buster
RUN apt-get update -y \
    && apt-get install -y curl \
    && curl -sL https://aka.ms/InstallAzureCLIDeb | bash

In this docker you can install db-up without any problems: az extension add --name db-up

root@d9dae0b03c02:/# az extension list            
[
  {
    "experimental": false,
    "extensionType": "whl",
    "name": "db-up",
    "path": "/root/.azure/cliextensions/db-up",
    "preview": true,
    "version": "0.2.6"
  }
]
scheung38 commented 2 years ago

Hi @jeroenvervaeke is this solution also applicable for Mac OSX?

az extension add --name db-up

az_command_data_logger: exit code: 1 cli.main: Command ran in 30.720 seconds (init: 0.173, invoke: 30.547) telemetry.save: Save telemetry record of length 3232 in cache telemetry.check: Negative: The $HOME/.azure/telemetry.txt was modified at 2022-02-21 23:39:40.243934, which in less than 600.000000 s

➜ ✗ az extension add --name db-up
Failed to delete '$HOME/.azure/cliextensions/db-up': [Errno 2] No such file or directory: '$HOME/.azure/cliextensions/db-up'. Retrying ...

az version
{ "azure-cli": "2.33.1", "azure-cli-core": "2.33.1", "azure-cli-telemetry": "1.0.6", "extensions": {} }

jeroenvervaeke commented 2 years ago

@scheung38 you should run the command az extension add --name db-up in the docker image I was talking about. If you run azure-cli in docker it shouldn't make a difference which platform you use.

This is step by step how you can use my workaround:

  1. Create a new directory where you will save the docker image
  2. Create a file named Dockerfile, paste the following into it:
    FROM debian:buster
    RUN apt-get update -y \
    && apt-get install -y curl \
    && curl -sL https://aka.ms/InstallAzureCLIDeb | bash
  3. Open a terminal window in your new folder
  4. Run docker build -t az-cli-debian . this will build the new azure-cli image based on debian instead of alpine
  5. Start the docker container docker run -it -d --name az-cli-debian az-cli-debian
  6. Attach to the container docker attach az-cli-debian Now you should see that your prompt says root@ (random hex), this means you're in the docker container, you should be able to run all az commands you want
  7. Run az extension add --name db-up, works without an issue

If you want to continue working in the same docker you can just run the command in step 6 to re-attach, no need to make a new container all the time.

I hope this cleared things up regarding my workaround.

Regarding the issue you're having, I don't think it's related to this issue at all, maybe it's better to create a new here