forcedotcom / distributions

Low-level primitives for collapsed Gibbs sampling in python and C++
BSD 3-Clause "New" or "Revised" License
33 stars 25 forks source link

Distributions not working with loom #55

Closed fritzo closed 10 years ago

fritzo commented 10 years ago

Am I missing some undocumented environment variable?

python -m loom.datasets init
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/ubuntu/sf/loom/loom/datasets.py", line 32, in <module>
    import loom.format
  File "loom/format.py", line 39, in <module>
    import loom.cFormat
ImportError: libdistributions_shared.so: cannot open shared object file: No such file or directory