agiliq / django-graphos

Django charting made *really* easy.
http://agiliq.com/demo/graphos
BSD 2-Clause "Simplified" License
442 stars 97 forks source link

Issue with pip #18

Closed barrachri closed 9 years ago

barrachri commented 10 years ago

Hi, I have this error with pip 1.4.1:

$ pip install django-graphos Downloading/unpacking django-graphos Could not find a version that satisfies the requirement django-graphos (from versions: 0.0.1a0, 0.0.2a0) Cleaning up... No distributions matching the version for django-graphos

luukholleman commented 10 years ago

This works.

pip install django-graphos==0.0.2a0

But still, this need to be fixed.

munnerz commented 9 years ago

This still isn't fixed FYI - any updates or plans to fix?

miscaandrei commented 9 years ago

Hi I'm working with pip version 1.5.6 and python 2.7 The standard pip install commands still doesn't work so I had to install it with the version specification. My opinion is that until you can fix this bug, you should put in the main wiki/manual the full command (pip install django-graphos==0.0.2a0) just in case someone else tries to install django-graphos won't get frustrated because of the error.

akshar-raaj commented 9 years ago

@miscaandrei @munnerz @luukholleman @barrachri Thanks for bringing it to notice! It should be fixed now.