CanaimaGNULinux / buildout.web.canaimagnulinux

Instalador del sitio Web Canaima GNU/Linux
http://canaima.softwarelibre.gob.ve/
GNU General Public License v3.0
2 stars 2 forks source link

Error: Bad constraint 1.0b6 collective.upload==1.0rc1 #27

Closed flamelcanto closed 9 years ago

flamelcanto commented 9 years ago

Installed /home/flamel/.buildout/eggs/tmpxTr0uw/collective.polls-1.6.2-py2.7.egg

Because this distribution was installed --multi-version, before you can import modules from this package in an application, you will need to 'import pkg_resources' and then use a 'require()' call similar to one of these examples, in order to select the desired version:

pkg_resources.require("collective.polls")  # latest installed version
pkg_resources.require("collective.polls==1.6.2")  # this exact version
pkg_resources.require("collective.polls>=1.6.2")  # this version or higher

Note also that the installation directory must be on sys.path at runtime for this to work. (e.g. by being the application's script directory, by being on PYTHONPATH, or by being added to sys.path by your code.)

Got collective.polls 1.6.2. The constraint, 1.0b6, is not consistent with the requirement, 'collective.upload==1.0rc1'. While: Installing client1. Error: Bad constraint 1.0b6 collective.upload==1.0rc1

macagua commented 9 years ago

Incidencia duplicada https://github.com/CanaimaGNULinux/canaimagnulinux.web.policy/issues/3

macagua commented 9 years ago

Resuelto y cerrado https://github.com/CanaimaGNULinux/canaimagnulinux.web.policy/issues/3