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
$ pip install opentelemetry-instrumentation-aiokafka==0.49b0.dev
Requirement already satisfied: opentelemetry-instrumentation-aiokafka==0.49b0.dev in /home/ypaykov/.cache/pypoetry/virtualenvs/<>-RcBuqkUC-py3.11/lib/python3.11/site-packages (0.49b0.dev0)
Collecting opentelemetry-api~=1.27 (from opentelemetry-instrumentation-aiokafka==0.49b0.dev)
Obtaining dependency information for opentelemetry-api~=1.27 from https://files.pythonhosted.org/packages/fb/1f/737dcdbc9fea2fa96c1b392ae47275165a7c641663fbb08a8d252968eed2/opentelemetry_api-1.27.0-py3-none-any.whl.metadata
Downloading opentelemetry_api-1.27.0-py3-none-any.whl.metadata (1.4 kB)
INFO: pip is looking at multiple versions of opentelemetry-instrumentation-aiokafka to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement opentelemetry-instrumentation==0.49b0.dev (from opentelemetry-instrumentation-aiokafka) (from versions: 0.9b0, 0.10b0, 0.11b0, 0.12b0, 0.13b0, 0.14b0, 0.15b0, 0.16b0, 0.16b1, 0.17b0, 0.18b0, 0.19b0, 0.20b0, 0.21b0, 0.22b0, 0.23b0, 0.23b1, 0.23b2, 0.24b0, 0.25b0, 0.25b1, 0.25b2, 0.26b1, 0.27b0, 0.28b0, 0.28b1, 0.29b0, 0.30b0, 0.30b1, 0.31b0, 0.32b0, 0.33b0, 0.34b0, 0.35b0, 0.36b0, 0.37b0, 0.38b0, 0.39b0, 0.40b0, 0.41b0, 0.42b0, 0.43b0, 0.44b0, 0.45b0, 0.46b0, 0.47b0, 0.48b0)
ERROR: No matching distribution found for opentelemetry-instrumentation==0.49b0.dev
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered:
Describe your environment
OS: Ubuntu 22.04.4
Python version: 3.11
Package version: 0.49b0.dev
What happened?
Attempt to install an instrumentation for
aiokafka
failsAs there is only one release (0.49) of this package but no 0.49 release for the base package is published
Steps to Reproduce
Expected Result
Package installed successfully
Actual Result
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: