-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dl_files
function is giving an error
#306
Comments
Looks like multiprocessing shenanigans; see also pull #330. Same question here - does changing |
@briangow are you on a Mac? According to https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods: "Changed in version 3.8: On macOS, the spawn start method is now the default. " Just wanted to confirm that along with the user from #330, that the |
@cx1111 , I am on a Mac. The issue appears to be related to not using This issue suggests what Windows users need to start from within |
Let's keep this open until we can either make the library more robust to this behavior, or at least publicly document a workaround. |
The
wfdb.io.dl_files
function is working in older version of python (v3.6) but is failing with the following error in a newer version (3.9.5):The text was updated successfully, but these errors were encountered: