Skip to content

Run time error / failed to open a file #24

@sametyaldiz

Description

@sametyaldiz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions