Skip to content

Instantly share code, notes, and snippets.

@carrbrpoa
Created February 18, 2021 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carrbrpoa/a1ff45c23bfe5afb05e1db7fbfd784d1 to your computer and use it in GitHub Desktop.
Save carrbrpoa/a1ff45c23bfe5afb05e1db7fbfd784d1 to your computer and use it in GitHub Desktop.
(venv) me@carrbrpoa:~/git-github/datahub/metadata-ingestion$ pip install confluent_kafka==1.5.0
Collecting confluent_kafka==1.5.0
Downloading https://files.pythonhosted.org/packages/74/04/b131250b88c80201c4a648af1ab098798e1dcbf20807f79e3ce6e72c4ef4/confluent_kafka-1.5.0-cp36-cp36m-manylinux1_x86_64.whl (8.1MB)
100% |████████████████████████████████| 8.1MB 239kB/s
Installing collected packages: confluent-kafka
Successfully installed confluent-kafka-1.5.0
(venv) me@carrbrpoa:~/git-github/datahub/metadata-ingestion$ pip install -e .
Obtaining file:///home/me/git-github/datahub/metadata-ingestion
Collecting avro-python3>=1.8.2 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/3f/84/ef37f882a7d93674d6fe1aa6e99f18cf2f34e9b775952f3d85587c11c92e/avro-python3-1.10.1.tar.gz
Requested avro-python3>=1.8.2 from https://files.pythonhosted.org/packages/3f/84/ef37f882a7d93674d6fe1aa6e99f18cf2f34e9b775952f3d85587c11c92e/avro-python3-1.10.1.tar.gz#sha256=9027abeab63dd9b66bd3c564fa0670c70f78027ecb1978d96c6af7ed415b626b (from datahub==0.0.1), but installing version file-.avro-VERSION.txt
Requirement already satisfied: avro_gen@ https://api.github.com/repos/rbystrit/avro_gen/tarball/master in /home/me/git-github/datahub/venv/lib/python3.6/site-packages (from datahub==0.0.1)
Requirement already satisfied: click>=7.1.1 in /home/me/git-github/datahub/venv/lib/python3.6/site-packages (from datahub==0.0.1)
Requirement already satisfied: confluent_kafka>=1.5.0 in /home/me/git-github/datahub/venv/lib/python3.6/site-packages (from datahub==0.0.1)
Collecting fastavro>=1.3.0 (from datahub==0.0.1)
Collecting mypy_extensions>=0.4.3 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/5c/eb/975c7c080f3223a5cdaff09612f3a5221e4ba534f7039db34c35d95fa6a5/mypy_extensions-0.4.3-py2.py3-none-any.whl
Collecting pydantic>=1.5.1 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/35/47/7ce1c5dbcdc9dfa51cfc61db7bcccfc118c3cebe302971a5e34dda666c9d/pydantic-1.7.3-py3-none-any.whl
Collecting pyyaml>=5.4.1 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/7a/5b/bc0b5ab38247bba158504a410112b6c03f153c652734ece1849749e5f518/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting requests>=2.25.1 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/29/c1/24814557f1d22c56d50280771a17307e6bf87b70727d975fd6b2ce6b014a/requests-2.25.1-py2.py3-none-any.whl
Collecting sqlalchemy>=1.3.23 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/41/b2/91fa9844a056ce3e67a028ce44fab07ea5fde399382a9216c6c28b7072f9/SQLAlchemy-1.3.23-cp36-cp36m-manylinux1_x86_64.whl
Collecting toml>=0.10.0 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Collecting dataclasses>=0.6 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/fe/ca/75fac5856ab5cfa51bbbcefa250182e50441074fdc3f803f6e76451fab43/dataclasses-0.8-py3-none-any.whl
Collecting typing_extensions>=3.7.4 (from datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/60/7a/e881b5abb54db0e6e671ab088d079c57ce54e8a01a3ca443f561ccadb37e/typing_extensions-3.7.4.3-py3-none-any.whl
Requirement already satisfied: frozendict in /home/me/git-github/datahub/venv/lib/python3.6/site-packages (from avro_gen@ https://api.github.com/repos/rbystrit/avro_gen/tarball/master->datahub==0.0.1)
Requirement already satisfied: pytz in /home/me/git-github/datahub/venv/lib/python3.6/site-packages (from avro_gen@ https://api.github.com/repos/rbystrit/avro_gen/tarball/master->datahub==0.0.1)
Requirement already satisfied: six in /home/me/git-github/datahub/venv/lib/python3.6/site-packages (from avro_gen@ https://api.github.com/repos/rbystrit/avro_gen/tarball/master->datahub==0.0.1)
Requirement already satisfied: tzlocal in /home/me/git-github/datahub/venv/lib/python3.6/site-packages (from avro_gen@ https://api.github.com/repos/rbystrit/avro_gen/tarball/master->datahub==0.0.1)
Collecting idna<3,>=2.5 (from requests>=2.25.1->datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl
Collecting chardet<5,>=3.0.2 (from requests>=2.25.1->datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl
Collecting urllib3<1.27,>=1.21.1 (from requests>=2.25.1->datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/23/fc/8a49991f7905261f9ca9df5aa9b58363c3c821ce3e7f671895442b7100f2/urllib3-1.26.3-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests>=2.25.1->datahub==0.0.1)
Using cached https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl
Building wheels for collected packages: avro-python3
Running setup.py bdist_wheel for avro-python3 ... done
Stored in directory: /home/me/.cache/pip/wheels/65/fe/90/20d6d6d97223d80d20cb390be636619c536edab5658c12bdba
Successfully built avro-python3
Installing collected packages: avro-python3, fastavro, mypy-extensions, dataclasses, pydantic, pyyaml, idna, chardet, urllib3, certifi, requests, sqlalchemy, toml, typing-extensions, datahub
Found existing installation: avro-python3 file-.avro-VERSION.txt
Uninstalling avro-python3-file-.avro-VERSION.txt:
Successfully uninstalled avro-python3-file-.avro-VERSION.txt
Running setup.py develop for datahub
Successfully installed avro-python3-file-.avro-VERSION.txt certifi-2020.12.5 chardet-4.0.0 dataclasses-0.8 datahub fastavro-1.3.2 idna-2.10 mypy-extensions-0.4.3 pydantic-1.7.3 pyyaml-5.4.1 requests-2.25.1 sqlalchemy-1.3.23 toml-0.10.2 typing-extensions-3.7.4.3 urllib3-1.26.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment