Describe your environment
macOS-10.15.5
Python 3.8
opentelemetry-sdk==0.12b0
Steps to reproduce
$ pip install opentelemetry-sdk
$ python -c 'import site, os; path = site.getsitepackages()[0]; print(os.path.exists(path + "/opentelemetry/sdk/"))'
True
$ python -c 'import site, os; path = site.getsitepackages()[0]; print(os.path.exists(path + "/opentelemetry/sdk/__init__.py"))'
False
What is the expected behavior?
I expected the __init__.py from opentelemetry-sdk/src/opentelemetry/sdk/__init__.py in the repository to be present.
What is the actual behavior?
The file was not there.
Describe your environment
macOS-10.15.5
Python 3.8
opentelemetry-sdk==0.12b0
Steps to reproduce
What is the expected behavior?
I expected the
__init__.pyfromopentelemetry-sdk/src/opentelemetry/sdk/__init__.pyin the repository to be present.What is the actual behavior?
The file was not there.