Open Dominikk85 opened 1 month ago
Hi there, pip install cannot work at the moment as you must compile ezc3d using CMake. That said, the #343 is ongoing for solving this long time problem. I won't be able to fix this for the next two weeks or so, but I'll do it ASAP.
In the meantime, you can install ezc3d using conda :)
thank you. so in the future it will be available with the pip installing? I guess I'm waiting then because I'm using jupyter on vs code and I don't want to change my environment. thanks for your help
Hi there, yep, it should work pretty soon, but I'd say not in an horizon of less that 2 to 3 weeks as I have major ongoing project that I cannot delay. Hopefully this is acceptable for you!
Thank you no problem, I can wait another month before I start my project, I want to use it for a baseball biomechanics project that I'm doing for fun.
Dominik
Hi @Dominikk85
As stated in #343, as of today, ezc3d can be installed using pip :)
thank you for your contribution. unfortunately I tried again today and failed.
got this error message: C:\Users\dominik.keul> C:\Users\dominik.keul>pip install ezc3d Collecting ezc3d Using cached ezc3d-1.5.15.tar.gz (50 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
Traceback (most recent call last):
File "C:\Users\dominik.keul\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
C:\Users\dominik.keul> C:\Users\dominik.keul>
any idea what that is?
regards, Dominik
I have the same issue, it looks like the source distribution on pypi is incomplete
edit: just saw that the MANIFEST.in excludes the C sources and some other stuff. However, everything that is needed to run pip install .
has to be included for the source distribution to work
When I'm doing pip install ezc3d in the command it will fail and give me the notion "could not find a version that satisfies the requirement ezc3d. do I need an older python version or is there a way?