bab2min / tomotopy

Python package of Tomoto, the Topic Modeling Tool
https://bab2min.github.io/tomotopy
MIT License
558 stars 62 forks source link

PowerPC compilation error #117

Open marcelned opened 3 years ago

marcelned commented 3 years ago

It is mentioned in the repo docs that the pip installs is available for x86 architectures, and that the source code has to be compiled on other architextures.

On ppc64le, we get the following error on compiling: (gcc 10)

Screenshot 2021-05-07 at 11 13 40
bab2min commented 3 years ago

Hi @marcelned Actually, I didn't consider about the ppc architecture at the testing process. Since I do not currently have any native powerpc equipments, I will try to solve the compilation problem by testing using the emulator. It will take some time, but I would appreciate it if you test again after my work is complete.

marcelned commented 3 years ago

Thank you @bab2min

marcelned commented 3 years ago

@bab2min any feedback on this as yet?

bab2min commented 3 years ago

@marcelned It seems that some dependent also have issues with PowerPC, which will require more time to troubleshoot. I'm sorry, but please wait a little longer.