-
Notifications
You must be signed in to change notification settings - Fork 13
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
PyPI name clash for 'eta' #208
Comments
Thanks for the note. We'll visit this question ASAP and address. |
Unfortunately there is no expiry. You could ask them if they want to transfer the name to you, but it is unlikely as they have other packages which depend on |
We checked with mbreese and he declined against transfering the name to us. Question, as I could not find an answer on PyPI. Can we name the PyPI package as something like |
We can definitely name as voxel51-eta without affecting import syntax. This is what we’ll do with other libraries anyway.
Would have been slightly cooler to have ‘eta’, but ‘voxel51-eta’ will do just fine.
… On Mar 29, 2019, at 2:13 PM, Jason Corso ***@***.***> wrote:
We checked with mbreese and he declined against transfering the name to us.
Question, as I could not find an answer on PyPI. Can we name the PyPI package as something like voxel51-eta but still maintain the library name as eta (as in import eta.core.video)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yea, that is fine in this case. In distro world, if there were users wanting both However I cant see that happening here, based on what we know. What we dont know is if there is another |
I would like to start packaging this for openSUSE , but to do that I need a PyPI identifier for it.
setup.py uses
ETA
, but that clashes with https://pypi.org/project/ETA/ which is https://github.com/mbreese/eta/Please find a unique name, and reserve it even before the first release, so alpha/beta rpms can be built.
The text was updated successfully, but these errors were encountered: