pyomeca / ezc3d

Easy to use C3D reader/writer for C++, Python and Matlab
https://pyomeca.github.io/Documentation/ezc3d/index.html
MIT License
142 stars 44 forks source link

Python binding fails to buld: RuntimeError: Version not found #323

Closed yurivict closed 2 months ago

yurivict commented 3 months ago
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 13, in <module>
    raise RuntimeError("Version not found")
RuntimeError: Version not found
*** Error code 1

The regular expression in setup.py is inconsistent with the version 1.5.10

Did you actually build the python binding before making a release?

pariterre commented 3 months ago

Hi @yurivict ! I was a bit confused when I've seen your message, as I did not even recall that a setup.py file was even in the project. This was added by someone else a long time ago. I actually don't even know how to call that file. If you can provide me with the command line you invoked, I can try to debug it though

pariterre commented 2 months ago

This is now fixed thanks to #329 (duplicate #328) Sorry for the delay!