Open williamgrafana opened 2 years ago
you also need Flask in the requirements.txt
this needs to be done at both paths: ./foobar-demo/services/foo/requirements.txt ./foobar-demo/services/bar/requirements.txt
requirements.txt: Flask opentelemetry-api opentelemetry-sdk opentelemetry-exporter-otlp opentelemetry-instrumentation-flask opentelemetry-instrumentation-requests requests
Hey! Thanks for reporting this.
Sadly, I'm not able to reproduce it on Ubuntu (20.04.3 LTS) nor on an M1 Macbook (12.2.1 Monterey)
Looks like it there are dependency issues with the foo/bar flask app.
Did a quick google search and found this
https://stackoverflow.com/questions/71189819/python-docker-importerror-cannot-import-name-json-from-itsdangerous
I modified the requirements.txt to below and everything start to work