You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error "Could not find one marked terminal" typically occurs when using the multiprocessing module in Python and running a function that requires a terminal.
To resolve this issue, I'm trying the following solutions:
Run the function outside of the multiprocessing module. If the function is not designed to work with multiprocessing, it may be better to run it in a single thread or process.
Use the spawn or forkserver start method for the multiprocessing module. These methods create a new process that is more compatible with running functions that require a terminal.
Use a virtual terminal emulator such as xvfb or xvnc. These emulators create a virtual display that can be used to run functions that require a terminal.
Check that I have the correct permissions to access the terminal.
It's also possible that the error message is caused by something else entirely.
The problem was resolved as it was related to the flowcharts files. Some parameters were missing which caused the program to fail. The latest release should work with no problems. You can also use the Docker image.
This appears when we use the multiprocessing to run Geoflow reconstruction of all the tiles in parallel computing.
The text was updated successfully, but these errors were encountered: