[ckan-dev] Delaying 1.7 release

Adrià Mercader adria.mercader at okfn.org
Fri May 4 16:42:22 UTC 2012


Hi all,

I'm sorry to say that I decided to push back the release of 1.7.

The reason is that I found that the package install is not stable
enough. Installing it on a new Ubuntu 10.04 instance it gives errors
related with importlib not being present (not surprisingly, as it was
added on 2.6). It looks like a dependencies issue caused by celery
(full trace at the end), but in any case, the point is that package
install has not been tested well enough, which is a thing that must be
improved on next releases (Another thing to avoid, which has been my
fault, is starting the release process on a Friday without all the
devs around to help).

I think that it will be easy enough to fix with all of you around next
Tuesday, but in the meantime, we'll defer the 1.7 release.

Sorry about this and have a great weekend!


Adrià



adria at vm-ubuntu-10:~$ sudo paster --plugin=ckan db init
--config=/etc/ckan/std2/std2.ini
Traceback (most recent call last):
  File "/usr/bin/paster", line 18, in <module>
    command.run()
  File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 84, in run
    invoke(command, command_name, options, args[1:])
  File "/usr/lib/pymodules/python2.6/paste/script/command.py", line
123, in invoke
    exit_code = runner.run(args)
  File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 218, in run
    result = self.command()
  File "/usr/lib/pymodules/python2.6/ckan/lib/cli.py", line 93, in command
    model.repo.init_db()
  File "/usr/lib/pymodules/python2.6/ckan/model/__init__.py", line 86,
in init_db
    import ckan.lib.celery_app as celery_app
  File "/usr/lib/pymodules/python2.6/ckan/lib/celery_app.py", line 11,
in <module>
    celery = Celery()
  File "/usr/lib/pymodules/python2.6/celery/__init__.py", line 28, in Celery
    from .app import App
  File "/usr/lib/pymodules/python2.6/celery/app/__init__.py", line 19,
in <module>
    from ..utils import cached_property, instantiate
  File "/usr/lib/pymodules/python2.6/celery/utils/__init__.py", line
19, in <module>
    import importlib
ImportError: No module named importlib




More information about the ckan-dev mailing list