Organice / django-organice

All-in-one collaboration solution. For non-profit organizations, sports clubs, small to medium-sized businesses. Nice, very nice,
https://organice.io
Apache License 2.0
48 stars 16 forks source link

pip install broken with pip > 1.4.1 (Could not find a version that satisfies the requirement django-cms==2.4.3-support) #3

Closed bittner closed 8 years ago

bittner commented 10 years ago

When installing django-organice with pip 1.5.4 from PyPI pip complains about not being able to find an appropriate version of django-cms:

Downloading/unpacking django-cms==2.4.3-support (from django-organice)
  Could not find a version that satisfies the requirement django-cms==2.4.3-support (from django-organice) (from versions: 2.4.3, 3.0, 3.0.1, 3.0.2, 2.0.1, 2.0.2, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.2.1, 2.2, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 3.0.1, 3.0.2, 3.0)
Cleaning up...
No distributions matching the version for django-cms==2.4.3-support (from django-organice)

This problem is related to changes of pip default behavior in version 1.5, which only allows resources from PyPI, and verified for security reasons. See also: https://github.com/pypa/pip/issues/1428

bittner commented 10 years ago

Documentation now mentions how to overcome the shortcoming while it's not decently fixed:

bittner commented 8 years ago

This bug is obsolete due to newer pip versions.