rpkilby / jsonfield

A reusable Django model field for storing ad-hoc JSON data
MIT License
1.16k stars 271 forks source link

unable to install version 2.0.2 #218

Closed poojaamd closed 6 years ago

poojaamd commented 6 years ago

When i do a $pip install django-jsonfield, the version gets installed is version 1.0.1 I also tried explicitly installing this version with $pip install django-jsonfield==2.0.2 this is what i see:

(django-1.11) Poojas-MacBook-Pro:medengine poojagada$ pip install django-jsonfield==2.0.2
Collecting django-jsonfield==2.0.2
  Could not find a version that satisfies the requirement django-jsonfield==2.0.2 (from versions: 0.6, 0.7, 0.7.1, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.7, 0.8.8, 0.8.10, 0.8.11, 0.8.12, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9.10, 0.9.11, 0.9.12b1, 0.9.12b2, 0.9.12, 0.9.13, 0.9.15, 0.9.16, 0.9.17, 0.9.18, 0.9.19, 1.0.0, 1.0.1)
No matching distribution found for django-jsonfield==2.0.2

I am running django-1.11.

This package is super important for us, your help is really appreciated !

poojaamd commented 6 years ago

actually nvm. i read your comment below, i installed $pip install jsonfield==2.0.2 and it works correctly. sorry for the confusion.