froala / django-froala-editor

Package to integrate Froala WYSIWYG HTML rich text editor with Django.
https://froala.com/wysiwyg-editor
283 stars 72 forks source link

new release no exist in pypi #33

Closed CARocha closed 7 years ago

CARocha commented 7 years ago

Hi, when i install with this command pip install django-froala-editor Collecting django-froala-editor Installing collected packages: django-froala-editor Successfully installed django-froala-editor-2.0.1

this version install 2.0.1 is incompatible with django 1.10.2, the only way install is dowload for repository and put in my root folder,

but my question is why is not posible install with pip pip install django-froala-editor==2.3.5 Collecting django-froala-editor==2.3.5 Could not find a version that satisfies the requirement django-froala-editor==2.3.5 (from versions: 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.9.0, 1.2.1, 1.2.2, 1.2.3, 1.2.3.1, 1.2.3.2, 1.2.4, 1.2.4.1, 1.2.4.2, 1.2.5, 1.2.6, 1.2.7, 2.0.0rc3, 2.0.0rc3.post1, 2.0.1)

thank any help

davemutton commented 7 years ago

Not sure why it is not in pypi but you could avoid downloading it locally by doing

pip install https://github.com/froala/django-froala-editor/archive/master.zip

From: "Carlos A. Rocha" notifications@github.com Reply-To: froala/django-froala-editor reply@reply.github.com Date: Wednesday, 2 November 2016 at 2:54 PM To: froala/django-froala-editor django-froala-editor@noreply.github.com Subject: [froala/django-froala-editor] new release no exist in pypi (#33)

Hi, when i install with this command pip install django-froala-editor Collecting django-froala-editor Installing collected packages: django-froala-editor Successfully installed django-froala-editor-2.0.1

this version install 2.0.1 is incompatible with django 1.10.2, the only way install is dowload for repository and put in my root folder,

but my question is why is not posible install with pip pip install django-froala-editor==2.3.5 Collecting django-froala-editor==2.3.5 Could not find a version that satisfies the requirement django-froala-editor==2.3.5 (from versions: 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.9.0, 1.2.1, 1.2.2, 1.2.3, 1.2.3.1, 1.2.3.2, 1.2.4, 1.2.4.1, 1.2.4.2, 1.2.5, 1.2.6, 1.2.7, 2.0.0rc3, 2.0.0rc3.post1, 2.0.1)

thank any help

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/froala/django-froala-editor/issues/33, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHeXfX7RWrg7AVHbY228y_sWhuYHJ_zAks5q6BBtgaJpZM4Km2Sl.

This message is intended for the addressee named and may contain privileged information or confidential information or both. If you are not the intended recipient please delete it and notify the sender.