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

libsentosa.so: cannot open shared object file: No such file or directory #2

Open
henrywoo opened this issue Nov 3, 2015 · 0 comments

Comments

@henrywoo
Copy link
Owner

henrywoo commented Nov 3, 2015

$pip install -U git+https://github.com/henrywoo/pysentosa.git

$python
Python 2.7.9 (default, Apr  2 2015, 15:33:21) 
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pysentosa.demo import run_demo
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/pysentosa/__init__.py", line 11, in <module>
    from merlion import Merlion
  File "/usr/local/lib/python2.7/dist-packages/pysentosa/merlion.py", line 7, in <module>
    from sentosa_ import tradingsystem
ImportError: libsentosa.so: cannot open shared object file: No such file or directory
>>> 
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