help for some error
Opened this issue · 2 comments
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:
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.