IMCtermite icon indicating copy to clipboard operation
IMCtermite copied to clipboard

Run time error / failed to open a file

Open sametyaldiz opened this issue 1 year ago • 2 comments

Hello, I'm getting an error while trying to open Famos dat file. I also tried to Famos own test data, same problem is occurring. Do you have any idea about the problem? I'm also interested to understand source code of function. How can i reach or support to solve this problem.

Thank you,

I could not upload a picture of error therefore, i am copying the error below:

RuntimeError Traceback (most recent call last) Cell In [9], line 2 1 try : ----> 2 imcraw = IMCtermite.imctermite(b"C:\Users\YSA9BU\Desktop\Coding_sy\Python_syaldiz\signal_processing_environment\Famos_dat_file_reading\tacho.raw") 3 except RuntimeError as e :

File IMCtermite.pyx:16, in IMCtermite.imctermite.cinit()

RuntimeError: failed to open raw-file and stream data in buffer: failed to open file

During handling of the above exception, another exception occurred:

Exception Traceback (most recent call last) Cell In [9], line 4 2 imcraw = IMCtermite.imctermite(b"C:\Users\YSA9BU\Desktop\Coding_sy\Python_syaldiz\signal_processing_environment\Famos_dat_file_reading\tacho.raw") 3 except RuntimeError as e : ----> 4 raise Exception("failed to load/parse raw-file: " + str(e))

Exception: failed to load/parse raw-file: failed to open raw-file and stream data in buffer: failed to open file

sametyaldiz avatar Jun 21 '23 12:06 sametyaldiz