Hi I tried to install Plumi today and got this error message: First, this is my setup:
OS: Ubuntu 10.10 Python version: http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tgz installing with prefix=/home/rune/dev/plumi/python Plumi version: http://plone.org/products/plumi/releases/3.1.1-Beta/plumi-3.1.1-beta.tgz Using virtualenv: virtualenv -p /home/rune/dev/plumi/python/bin/python2.4 --no-site-packages src/pyvirt Then running the following commands: . src/pyvirt/bin/activate easy_install http://dist.repoze.org/PIL-1.1.6.tar.gz cd Plumi-3.1.1-beta /home/rune/dev/plumi/python/bin/python2.4 bootstrap.py ./bin/buildout -v ERROR MESSAGE: Getting required 'pycrypto' required by collective.transcode.star 0.5. Getting distribution for 'pycrypto'. Running easy_install: /home/rune/dev/plumi/python/bin/python2.4 "-c" "from setuptools.command.easy_install import main; main()" "-mUNxd" "/home/rune/dev/plumi/Plumi-3.1.1-beta/eggs/tmpa7Cpcb" "-q" "/tmp/tmpFI_u4Zget_dist/pycrypto-2.3.tar.gz" path=/home/rune/dev/plumi/Plumi-3.1.1-beta/eggs/distribute-0.6.10-py2.4.egg warning: GMP library not found; Not building Crypto.PublicKey._fastmath. zip_safe flag not set; analyzing archive contents... Got pycrypto 2.3. Picked: pycrypto = 2.3 Getting required 'plone.app.registry==1.0b2' We have the distribution that satisfies 'plone.app.registry==1.0b2'. Getting required 'Twisted==10.1.0' required by collective.transcode.daemon 0.5. We have the distribution that satisfies 'Twisted==10.1.0'. While: Installing instance. Error: There is a version conflict. We already have: pycrypto 2.3 but collective.transcode.daemon 0.5 requires 'pycrypto==2.2'. ********************************************* Overwriting versions/versions-devel.cfg ********************************************* THIS IS THE VERSIONS-DEVEL.CFG file (pyvirt)r...@ebox:~/dev/plumi/Plumi-3.1.1-beta$ cat versions/versions-devel.cfg [versions] PILwoTk = 1.1.6.4 collective.recipe.backup = 1.6 collective.recipe.i18noverrides = 1.0 collective.recipe.patch = 0.2.2 plone.app.discussion = 1.0b9 plone.formwidget.captcha = 1.0b2 plone.recipe.squid = 1.0b1 plone.reload = 1.5 #Required by: #collective.transcode.daemon 0.5 #collective.transcode.star 0.5 hashlib = 20081119 #Required by: #collective.transcode.star 0.5 pycrypto = 2.3 #Required by: #plone.formwidget.captcha 1.0b2 skimpyGimpy = 1.4 #Required by: #plone.recipe.apache 0.3.2 zc.recipe.cmmi = 1.3.2 Regards -- Rune _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
