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

Error: Unknown 'stores' extension 'mongo' #5

Open
Roshanthan opened this issue Nov 15, 2016 · 0 comments
Open

Error: Unknown 'stores' extension 'mongo' #5

Roshanthan opened this issue Nov 15, 2016 · 0 comments

Comments

@Roshanthan
Copy link

i have followed the tutorial and installed cubes it worked fine until i tried to use mongo as backend. I am getting the following error: Unknown 'stores' extension 'mongo'

i have used for installation:
pip install cubes[all]
git clone git://github.com/DataBrewery/cubes.git
cd cubes
pip install -r requirements.txt
pip install -r requirements-optional.txt
python setup.py install

my slicer.ini:
[store]
type: mongo
url: mongodb://localhost:27017/
database: windesheimCube
collection: windesheimCube
model: mongo_model.json

[workspace]
log_level: info

[server]
host: localhost
port: 5000
reload: yes
prettyprint: yes
allow_cors_origin: *

Is this an issue with cubes or am i doing something wrong?

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

1 participant