snowflake-connector-python-2
This package was deleted from PyPI around 2023-12-22. Installing fails with:
$ pip3 install snowflake-connector-python-2
ERROR: Could not find a version that satisfies the requirement snowflake-connector-python-2 (from versions: none)
ERROR: No matching distribution found for snowflake-connector-python-2

Install through StableBuild
You can install this package from StableBuild's PyPI snapshots from before the version was deleted:
pip3 install \
-i https://YOUR_API_KEY.pypimirror.stablebuild.com/2023-12-21/ \
snowflake-connector-python-2
Sign up for StableBuild to get an API key (it's free and takes <60 seconds!)