Skip to content

Instantly share code, notes, and snippets.

@carrbrpoa
Created February 18, 2021 20:24
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/bba7017177c214f0d29dae38b8706dad to your computer and use it in GitHub Desktop.
Save carrbrpoa/bba7017177c214f0d29dae38b8706dad to your computer and use it in GitHub Desktop.
(venv) me@carrbrpoa:~/git-github/datahub/metadata-ingestion$ datahub ingest -c examples/recipes/file_to_file.yml
Traceback (most recent call last):
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 574, in _build_master
ws.require(__requires__)
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require
needed = self.resolve(parse_requirements(requirements))
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 783, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (avro-python3 file-.avro-VERSION.txt (/home/me/git-github/datahub/venv/lib/python3.6/site-packages), Requirement.parse('avro-python3>=1.8.2'), {'datahub'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/me/git-github/datahub/venv/bin/datahub", line 6, in <module>
from pkg_resources import load_entry_point
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3088, in <module>
@_call_aside
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside
f(*args, **kwargs)
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 576, in _build_master
return cls._build_from_requirements(__requires__)
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 589, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/home/me/git-github/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 778, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'avro-python3>=1.8.2' distribution was not found and is required by datahub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment