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 have two packages opentelemetry-instrumentation-aiohttp-server and opentelemetry-resource-detector-container, both of which have been successfully uploaded to TestPypy here and here. However when I try to upload to Pypi I get
ERROR HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/
The user 'opentelemetry' isn't allowed to upload to project 'opentelemetry-instrumentation-aiohttp-server'. See
https://pypi.org/help/#project-name for more information.
and
ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
The name 'opentelemetry-resource-detector-container' isn't allowed. See https://pypi.org/help/#project-name for
more information.
respectively.
Any idea what is happening here? I get 404s when trying to hit https://pypi.org/project/opentelemetry-instrumentation-aiohttp-server/ and https://pypi.org/project/opentelemetry-resource-detector-container. Do the projects somehow exist already and if so, how do I submit a request to remove them?
Expected behavior
To Reproduce
My Platform
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
I have two packages
opentelemetry-instrumentation-aiohttp-server
andopentelemetry-resource-detector-container
, both of which have been successfully uploaded to TestPypy here and here. However when I try to upload to Pypi I getand
respectively.
Any idea what is happening here? I get 404s when trying to hit
https://pypi.org/project/opentelemetry-instrumentation-aiohttp-server/
andhttps://pypi.org/project/opentelemetry-resource-detector-container
. Do the projects somehow exist already and if so, how do I submit a request to remove them?Expected behavior
To Reproduce
My Platform
Additional context
The text was updated successfully, but these errors were encountered: