You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware that --action install will do the above but it is extremely slow and a waste of build time - it seems to do each requirement in a separate instance of pip, sequentially. Not the point of this Issue.
What is the expected behavior?
A package suggested by the bootstrapper should exist and install successfully.
Duplicate of #2053
Related: pypi/support#3353
Can someone please bother the people over at pypi or temporarily yank this reference so that opentelemetry-bootstrap does not try to install it?
Describe your environment
Dockerhub's
python:3.12-slim
Steps to reproduce
Set up a project that uses
aiohttp
and try toopentelemetry-bootstrap
it.My command:
RUN opentelemetry-bootstrap --action requirements > /tmp/otel-reqs.txt; \ pip install --no-cache-dir -r /tmp/otel-reqs.txt; \ rm /tmp/otel-reqs.txt;
I am aware that
--action install
will do the above but it is extremely slow and a waste of build time - it seems to do each requirement in a separate instance of pip, sequentially. Not the point of this Issue.What is the expected behavior?
A package suggested by the bootstrapper should exist and install successfully.
What is the actual behavior?
Additional context
I don't mean to be rude but the aiohttp-server instrumentation seems like a rushed job. The README has multiple mistakes.
The text was updated successfully, but these errors were encountered: