Replies: 5 comments 12 replies
-
You're using an old version of python (3.6), so you're attempting to install a last version of hls4ml that supported that python. You should upgrade to at least python 3.8 but preferably newer. We'll be moving to 3.10 as the requirement soon. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I am quite new with Python world. `import hls4ml Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Hi,
I can see that the model is created successfully, but I get an error for compiling the model which is:
It seems the problem is in sth related to bash files or sth like that. I would be really grateful if you could help me or give me some hints dude. Thank you so much and looking forward to hearing from you. Regards, |
Beta Was this translation helpful? Give feedback.
-
Here's a hint dude, hls4ml doesn't work on Windows (see the docs). You'll have to use Linux (via VM or WSL). Sorry :-( |
Beta Was this translation helpful? Give feedback.
-
hi i'm new learner here. i also encounted the same situation. i am running ubuntu24.04 in virtualbox of Win11. "pip show hls4ml" indicated a successful installation. but when i typed “hls4ml -h” in cmd, or "import hls4ml" in python, only got "illegal instruction". please help |
Beta Was this translation helpful? Give feedback.
-
Hi to all,
I am new here. I just started to install hls4ml library by running the following command in my home folder:
pip3 install hls4ml
but I am getting the following error:
Do you have any idea?
Thank you in advance for your support.
Regards,
Amir
Beta Was this translation helpful? Give feedback.
All reactions