Skip to content
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

Project Name Collision - Requirement already satisfied #24

Open
oliverholworthy opened this issue Aug 24, 2017 · 1 comment
Open

Project Name Collision - Requirement already satisfied #24

oliverholworthy opened this issue Aug 24, 2017 · 1 comment

Comments

@oliverholworthy
Copy link

There's already a python project called shovel (currently >600 stars on GitHub)

https://github.com/seomoz/shovel

Which causes a problem for pip install and module imports

pip install git+https://github.com/lyst/shovel.git#egg=shovel
Requirement already satisfied: shovel from git+https://github.com/lyst/shovel.git#egg=shovel

Potential Solutions

https://www.python.org/dev/peps/pep-0423/

  • Rename the package and project from shovel to lyst.shovel
  • Come up with another name that doesn't already correspond to a package in PyPI
@pm3310
Copy link

pm3310 commented Aug 26, 2017

hm, imho, a variation of shovel would be a better option. Maybe shovelit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants