-
Notifications
You must be signed in to change notification settings - Fork 1k
PyPI does not always give a specific reason for why a name is not allowed #11872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related: #11139 |
This error message is the result of the name being specifically prohibited. Would language like:
make that more clear? |
Adding why it is prohibited would be helpful. |
Just to push back on that a bit: why? The process for acquiring the name is the same regardless of the reason why the name is prohibited. To give a bit more context: there are lots of reasons why a project name might be prohibited, and they might not all make sense to an end user, or make sense to share with the end user. |
I suppose it's more curiosity than an actual need. I'll close this issue. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I received a client error
400
when I try to upload a package namedyaramail
When I tried to upload
yara-mail
to Test PyPI after successfully uploadingyaramail
to Test PyPI, I got a much more specific error message that said the name was too similar to an existing project, until I deleted theyaramail
project in Test PyPI.Expected behavior
PyPI should always give a specific reason when a name is not allowed
To Reproduce
Attempt to upload a project named
yaramail
.My Platform
Ubuntu 20.04 LTS
Python 3.8.10
Hatch 1.3.1
The text was updated successfully, but these errors were encountered: