Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKAN installation errors: Sites ckan_default and datapusher do not exist #1635

Closed
johnjohndoe opened this issue Apr 7, 2014 · 2 comments
Closed

Comments

@johnjohndoe
Copy link
Contributor

I am trying to install CKAN onto Ubuntu 13.10. (64bit) following these instructions. Python 2.7.5+ is installed on the machine. The following errors stop me from installing the CKAN package:

$ sudo dpkg -i python-ckan_2.2_amd64.deb
Selecting previously unselected package python-ckan.
(Reading database ... 289528 files and directories currently installed.)
Unpacking python-ckan (from python-ckan_2.2_amd64.deb) ...
Setting up python-ckan (2.2-1) ...
Traceback (most recent call last):
  File "/usr/lib/ckan/default/bin/paster", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/ \
distribute-0.6.24-py2.7.egg/pkg_resources.py", line 16, in <module>
    import sys, os, zipimport, time, re, imp, types
  File "/usr/lib/ckan/default/lib/python2.7/re.py", 
    line 105, in <module> import sre_compile
  File "/usr/lib/ckan/default/lib/python2.7/sre_compile.py", 
    line 14, in <module> import sre_parse
  File "/usr/lib/ckan/default/lib/python2.7/sre_parse.py", 
    line 17, in <module> from sre_constants import *
  File "/usr/lib/ckan/default/lib/python2.7/sre_constants.py", 
    line 18, in <module> from _sre import MAXREPEAT

ImportError: cannot import name MAXREPEAT
 System start/stop links for /etc/init.d/nginx already exist.
 System start/stop links for /etc/init.d/apache2 already exist.
ERROR: Site ckan_default does not exist!
ERROR: Site datapusher does not exist!
@amercader
Copy link
Member

As stated in the docs you linked to:

[package install] requires Ubuntu 12.04 64-bit. If you’re not using Ubuntu 12.04 64-bit, or if you’re installing CKAN for development, you should follow Installing CKAN from source instead

@johnjohndoe
Copy link
Contributor Author

Thank you. I read it as if 12.04. is the minimum requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants