strawlab / pyopy

Python bindings to interesting matlab libraries for data analysis
Other
86 stars 16 forks source link

no such file #17

Closed xi-wan closed 1 year ago

xi-wan commented 1 year ago

Hi,

Thank you for sharing the toolbox. i have installed the package in python 2.7. however, when I tried to run "from pyopy.hctsa import hctsa" i get the following warning:

/Users/xiwan/opt/miniconda3/envs/py27/lib/python2.7/site-packages/pyopy/hctsa/hctsa_catalog.pyc in _build_hctsa_catalog(self, ignore_commented) 268 self.operations_dict = {} 269 try: --> 270 with open(self.mops_file) as reader: 271 for line in reader: 272 if not line.strip():

IOError: [Errno 2] No such file or directory: '/Users/xiwan/.pyopy/toolboxes/hctsa/Database/INP_mops.txt'

could you please help me solve this issue? Thank you very much.

xi-wan commented 1 year ago

solved. sorry.