How to install asammdf without c-extensions? #838
Unanswered
PrathameshNimkar
asked this question in
Q&A
Replies: 1 comment
-
|
The C extension is mandatory |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install the asammdf python package without c-extensions on py3.8 on macos using pip.
I tried to install using the following:
And when I checked the site packages, I still found blocks/cutils.c.
This is used as a dependency in mdf_v4.py and mdf_v4.py and so on.
Looking for advice on how to get rid of all c-extensions and have no .c files.
Essentially I'm looking for a pure python package to use with mf4 files.
Beta Was this translation helpful? Give feedback.
All reactions