symphonynet/SymphonyNet

help for some error

Opened this issue · 2 comments

Hello, can you give the preconditions for operation? I use Python on win64 computer (memory 16g) and use 64 bit python. Is this feasible?I have the following errors during operation. Can someone help me?
When I run 'get BPE', the following error is reported:
image

When I run 'make data', the following errors appear:
image
image

It seems to be an issue of python's multiprocessing on Windows platform. Maybe you could try to rewrite the multiprocessing part to get a serial version of the program (which will be an option in our later formal version), or try to run the code on Linux platform.

It seems to be an issue of python's multiprocessing on Windows platform. Maybe you could try to rewrite the multiprocessing part to get a serial version of the program (which will be an option in our later formal version), or try to run the code on Linux platform.

Thank you very much for your reply. I changed the Linux platform and ran the code, but unfortunately, the following problems occurred:
image
I can't install fast transform directly through PIP (an error will be reported), so I downloaded the fast transform package in GitHub, but the above error occurred. Can you provide some help on this package? Thank you.