-
Notifications
You must be signed in to change notification settings - Fork 4
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
Print a big fat warning upon install telling users that this package is not the official awscli package #2
Comments
+1 I've done this about twenty times. |
Hi @hangtwenty! I agree that installing Send a pull request and let's see if that helps :) |
Great! I started on this ... Got it working nicely with pip 6 but pip 7 is very aggressive about swallowing output. So this ticket is now blocked by: pypa/pip#2933 |
its taken a year but I've finally done this, any chance of anyone getting this sorted? |
Hello from 2017! I just did this as well. 😬 |
Another option:
It wouldn't require anything from |
Let's take a vote, drop a like if you installed this package by accident and think it should be renamed to something besides the exact same thing as the true aws? I vote 1. |
For the love of all that is good and holy on this green earth, please rename this package! |
I got same issue. |
For quite some time I've had some virtualenvs where I always get
ImportError: No module named main
when I try to runaws
from your commandline. Only just realized that this is because sometimes I forget AWS's official tool is packed asawscli
even though its command is calledaws
. Judging from the fact that this package hasn't been updated on PyPI in two years, yet still gets over a hundred downloads a day ... I think many people are making this mistake.This isn't an attack ... I'm sure there are still some people using this. But this package, named simply
aws
, is not official, and there has never been a 1.0. Meanwhlie awscli is at 1.7. I think it's quite safe to assume that most people who runpip install aws
are trying to get the officialaws
command they see in docs etc. and they're just forgetting that the package is really calledawscli
. If you add up all this wasted time, it's got to be significant. Especially for beginners to AWS!So, I'd like to request that a big fat warning is printed upon installation, so that users may realize their mistake more quickly. This means the package can stay on PyPI for people who depend on it, but people coming across it by mistake can avoid some confusion.
Thank you for your consideration! I'd be glad to submit a pull request if this is OK with you.
The text was updated successfully, but these errors were encountered: