-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
When trying to replicate the demo at https://asciinema.org/a/18771 on my OSX box I get an ImportError. Here is the code:
from pyopy.hctsa import hctsa
hctsa.prepare()And here is the resulting traceback:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "project/.conda_environments/root/lib/python2.7/site-packages/pyopy/hctsa/hctsa.py", line 16, in prepare
from hctsa_install import hctsa_prepare_engine
File "project/.conda_environments/root/lib/python2.7/site-packages/pyopy/hctsa/hctsa_install.py", line 10, in <module>
from pyopy.hctsa.hctsa_bindings_gen import gen_bindings
File "project/.conda_environments/root/lib/python2.7/site-packages/pyopy/hctsa/hctsa_bindings_gen.py", line 8, in <module>
from pyopy.hctsa.hctsa_catalog import HCTSACatalog
File "project/.conda_environments/root/lib/python2.7/site-packages/pyopy/hctsa/hctsa_catalog.py", line 13, in <module>
from pyopy.code import matlab_funcname_from_filename, parse_matlab_params, parse_matlab_funcdef
File "project/.conda_environments/root/lib/python2.7/site-packages/pyopy/code.py", line 11, in <module>
from pyopy.externals.ompc.ompcply import translate_to_str
ImportError: No module named externals.ompc.ompcply
Any idea about what is causing this?
Best, Aurélien
Reactions are currently unavailable