-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Currently, there are several problems when running (better: compiling) PyRAT on Windows:
- The current MSVC compiler seems to have a particular implementation of complex data structures, not compatible with the C99 standard. As a consequence, despeckle.pyx and nlsar don't compile on Windows.
- Python multiprocessing seems not to work well (mean: very slow) on Windows 10. This seems to be related to the inability of Windows to fork processes.
I'll try to find solutions, but for the moment don't expect too much when using Windows. We somehow need a Windows expert.
Metadata
Metadata
Assignees
Labels
No labels