yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 404 forks source link

Cant get the install working #34

Closed bsunders closed 5 years ago

bsunders commented 5 years ago
pip install -r requirements.txt
Collecting opentracing<3,>=2 (from -r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/33/25/56d29df57d9cb700eab7ed3bae447ce9b7031e5a10c16a4c558eb0a06c7b/opentracing-2.0.0.tar.gz
Obtaining jaeger-client from git+https://github.com/yurishkuro/jaeger-client-python.git@d631596415cb549a4e8314cc25d6c53fab710528#egg=jaeger-client (from -r requirements.txt (line 6))
  Cloning https://github.com/yurishkuro/jaeger-client-python.git (to revision d631596415cb549a4e8314cc25d6c53fab710528) to ./env/src/jaeger-client
fatal: unable to access 'https://github.com/yurishkuro/jaeger-client-python.git/': Could not resolve host: github.com
Command "git clone -q https://github.com/yurishkuro/jaeger-client-python.git /Users/bensunderland/Documents/GitHub/opentracing-tutorial/python/env/src/jaeger-client" failed with error code 128 in None
yurishkuro commented 5 years ago

Could not resolve host: github.com

I think it's an issue with your environment.

bsunders commented 5 years ago

ah yes it was - I had a 'stale' terminal session.