Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install with opentracing extras #611

Closed
goodspark opened this issue Sep 20, 2018 · 0 comments · Fixed by #616
Closed

Unable to install with opentracing extras #611

goodspark opened this issue Sep 20, 2018 · 0 comments · Fixed by #616
Labels

Comments

@goodspark
Copy link

goodspark commented Sep 20, 2018

I was following the OpenTracing setup instructions but got a warning about missing extras:

(blah-YneZd-6L) sam@sam-Q325UAR ~/t/blah> pip list
Package    Version
---------- -------
pip        18.0   
setuptools 40.4.1 
wheel      0.31.1 

(blah-YneZd-6L) sam@sam-Q325UAR ~/t/blah> python --version
Python 2.7.14

(blah-YneZd-6L) sam@sam-Q325UAR ~/t/blah> pip --version
pip 18.0 from /home/sam/.local/share/virtualenvs/blah-YneZd-6L/lib/python2.7/site-packages/pip (python 2.7)


(blah-YneZd-6L) sam@sam-Q325UAR ~/t/blah> pip install 'ddtrace[opentracing] == 0.14.0'
Collecting ddtrace[opentracing]==0.14.0
  ddtrace 0.14.0 does not provide the extra 'opentracing'
Collecting msgpack-python (from ddtrace[opentracing]==0.14.0)
Collecting wrapt (from ddtrace[opentracing]==0.14.0)
Installing collected packages: msgpack-python, wrapt, ddtrace
Successfully installed ddtrace-0.14.0 msgpack-python-0.5.6 wrapt-1.10.11

ddtrace 0.14.0 does not provide the extra 'opentracing'

Happens on Python 3.6 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants