Open joshiji opened 5 months ago
For now, I was able to install using --prefer-binary
option for pip install
.
Thanks that worked well to install it. However then I run into a numpy problem...
from .cutils import get_channel_raw_bytes
ImportError: numpy.core.multiarray failed to import
For now you should not use asammdf in combination with numpy 2.0.0
Hi Daniel, could you add more details on that? My pip doesn't find no version 2.0.0 of jumpy. However, @joshiji 's solution works for now...
It was a typo. Numpy
Alright got that, thanks for the great work!
@KingJuleZ I realised that --prefer-binary
installed v6 of asammdf, which is like four years old. There don't seem to be binary wheels available for Apple Silicon Macs for new version.
Oh okay, however for my code it does the job
Any update regarding this? I am also facing the same problem with python 3.11.7
annotated-types 0.7.0 anyio 4.4.0 attrs 23.2.0 canmatrix 1.0 click 8.1.7 coverage 7.5.4 deltalake 0.18.2 fastapi 0.109.2 future 1.0.0 gunicorn 20.1.0 h11 0.14.0 idna 3.7 iniconfig 2.0.0 lxml 5.2.2 lz4 4.3.3 natsort 8.4.0 numexpr 2.10.1 numpy 2.0.0 packaging 24.1 pandas 2.2.0 pip 23.2.1 pluggy 1.5.0 pyarrow 15.0.0 pyarrow-hotfix 0.6 pydantic 2.6.1 pydantic_core 2.16.2 pytest 8.0.0 pytest-cov 4.1.0 pytest-snapshot 0.9.0 python-dateutil 2.9.0.post0 pytz 2024.1 setuptools 65.5.0 six 1.16.0 sniffio 1.3.1 starlette 0.36.3 typing_extensions 4.12.2 tzdata 2024.1 uvicorn 0.27.0.post1 wheel 0.43.0
Any update regarding this? I am also facing the same problem with python 3.11.7
annotated-types 0.7.0 anyio 4.4.0 attrs 23.2.0 canmatrix 1.0 click 8.1.7 coverage 7.5.4 deltalake 0.18.2 fastapi 0.109.2 future 1.0.0 gunicorn 20.1.0 h11 0.14.0 idna 3.7 iniconfig 2.0.0 lxml 5.2.2 lz4 4.3.3 natsort 8.4.0 numexpr 2.10.1 numpy 2.0.0 packaging 24.1 pandas 2.2.0 pip 23.2.1 pluggy 1.5.0 pyarrow 15.0.0 pyarrow-hotfix 0.6 pydantic 2.6.1 pydantic_core 2.16.2 pytest 8.0.0 pytest-cov 4.1.0 pytest-snapshot 0.9.0 python-dateutil 2.9.0.post0 pytz 2024.1 setuptools 65.5.0 six 1.16.0 sniffio 1.3.1 starlette 0.36.3 typing_extensions 4.12.2 tzdata 2024.1 uvicorn 0.27.0.post1 wheel 0.43.0
I'm using asammdf==7.4.5 and it is ok for me. Did you try this version?
@MatheusAndrade97 Yes I also installed that version, and it worked, but we would have liked to stay synchronized and use one common virtual environment for the team since they are using an earlier version
Python version
Description
When I am running
pip install asammdf
, it is failing to compilecutils.o
. Following is the log output starting at failing part. Please let me know if full output will help in resolving this: