AICPS / hw2vec

MIT License
35 stars 20 forks source link

Error while building hw2vec #15

Open mayank-kabra2001 opened 2 years ago

mayank-kabra2001 commented 2 years ago

Hi, I cloned the repo and then run python3 setup.py install and it throws these errors.

image

Can someone help me out?

louisccc commented 2 years ago

Can you share more information like maybe for your running operating systems? I did not encounter this kind of issue before..

mayank-kabra2001 commented 2 years ago

Hi, I was running it on ubuntu 18.04, Arm-64 architecture, processor- AMD threadripper 48 cores.

ymoghadd commented 1 year ago

Have you tried doing pip install -r requirements.txt instead of running setup.py?