probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
922 stars 64 forks source link

bayesdb-demo can't find bdbcontrib/examples #463

Closed jdupl123 closed 8 years ago

jdupl123 commented 8 years ago

as per http://probcomp.csail.mit.edu/bayesdb/install.html

i did

pip install bayeslite bdbcontrib

bayesdb-demo --destination ~/bayesdb

Did not find the bdbcontrib/examples directory in this distribution.

bayesdb-demo is in

anaconda3/envs/py2/bin/bayesdb-demo while bdcontrib/examples is in anaconda3/envs/py2/

is there a way to specify path for bayesdb-demo?

gregory-marton commented 8 years ago

Try bayesdb-demo --source=anaconda3/envs/py2/bdbcontrib/examples

jdupl123 commented 8 years ago

Thanks that works. Potentially consider adding it to the error message?