dirko / pyhcrf

A hidden conditional random field (HCRF) implementation in Python.
BSD 2-Clause "Simplified" License
27 stars 10 forks source link

Could you give some advice to solve this problem ? #7

Open Phil-Liu opened 4 years ago

Phil-Liu commented 4 years ago

ImportError: /home/liu/.cache/Python-Eggs/pyhcrf-0.0.1-py2.7-linux-x86_64.egg-tmp/pyhcrf/algorithms.so: undefined symbol: npy_logaddexp

I met with this problem,

dirko commented 4 years ago

Hi Phil-Liu, Could you please provide more information about your setup? (Unfortunately I won't be able to look at this during the next week, but I will have a look when I come back from traveling)

Hong-JL commented 4 years ago

ImportError: /home/liu/.cache/Python-Eggs/pyhcrf-0.0.1-py2.7-linux-x86_64.egg-tmp/pyhcrf/algorithms.so: undefined symbol: npy_logaddexp

I met with this problem,

I have also encountered this problem. Have you solved it?

althonos commented 4 years ago

Hi @Phil-Liu @Hong-JL , I have fixed this issue and you should be able to build for Python 3 if you use the fork here: https://github.com/althonos/pyhcrf

Hong-JL commented 4 years ago

Thank you so much for your help~

------------------ 原始邮件 ------------------ 发件人: "Martin Larralde"<notifications@github.com>; 发送时间: 2020年5月13日(星期三) 晚上10:12 收件人: "dirko/pyhcrf"<pyhcrf@noreply.github.com>; 抄送: "洪嘉玲"<1079883864@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [dirko/pyhcrf] Could you give some advice to solve this problem ? (#7)

Hi @Phil-Liu @Hong-JL , I have fixed this issue and you should be able to build for Python 3 if you use the fork here: https://github.com/althonos/pyhcrf

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.