Skip to content

Instantly share code, notes, and snippets.

@poguez
Created May 23, 2014 17:36
Show Gist options
  • Save poguez/6fd31e34bd157103a96b to your computer and use it in GitHub Desktop.
Save poguez/6fd31e34bd157103a96b to your computer and use it in GitHub Desktop.
Problem installing CKAN release 2.2
---- Begin output of /home/ckan/pyenv/bin/pip install -e /home/ckan/ckan ----
STDOUT: Obtaining file:///home/ckan/ckan
Running setup.py (path:/home/ckan/ckan/setup.py) egg_info for package from file:///home/ckan/ckan
error: Namespace package problem: ckanext.stats is a namespace package, but its
__init__.py does not call declare_namespace()! Please fix it.
(See the setuptools manual under "Namespace Packages" for details.)
Complete output from command python setup.py egg_info:
running egg_info
creating ckan.egg-info
writing ckan.egg-info/PKG-INFO
writing namespace_packages to ckan.egg-info/namespace_packages.txt
writing top-level names to ckan.egg-info/top_level.txt
writing dependency_links to ckan.egg-info/dependency_links.txt
writing entry points to ckan.egg-info/entry_points.txt
writing manifest file 'ckan.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
error: Namespace package problem: ckanext.stats is a namespace package, but its
__init__.py does not call declare_namespace()! Please fix it.
(See the setuptools manual under "Namespace Packages" for details.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment