-
Hi everyone, Has anyone gone past this yet? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 23 replies
-
@gno-lit Have a look at the https://github.com/ModECI/MDF/blob/main/test_all.sh script. This outlines the sequence of install and example execution lines to run. Basically do a |
Beta Was this translation helpful? Give feedback.
-
Could you try with Python 3 please and see how that goes? (Python 2 is
quite old now and no longer developed/supported)
|
Beta Was this translation helpful? Give feedback.
-
I tried using python setup.py install It is automatically installing protobuf. I tried downgrading but doesn't work. Can anyone share their protobuf version |
Beta Was this translation helpful? Give feedback.
-
Hrm, could you please post the complete output of the command so we can see
what the error is?
|
Beta Was this translation helpful? Give feedback.
@gno-lit Have a look at the https://github.com/ModECI/MDF/blob/main/test_all.sh script. This outlines the sequence of install and example execution lines to run. Basically do a
pip install .
and run the tests, them run the examples.