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
I am trying to give this repository and the test suite some love on behalf of #397 and I am again tripped by this error when running the test suite partially on macOS, like
Others observed the same thing and reported about it at [1,2,3]. Apparently, this error comes from a change in Python 3.8 in the multiprocessing library, as reported at GoogleCloudPlatform/gsutil#961 (comment).
In this context, I also found [4] and [5].
The solution, according to GoogleCloudPlatform/gsutil#1107, is to explicitly set the multiprocessing start method to 'fork'. Apparently, this is not the default for all platforms starting with Python 3.8.
Hi there,
I am trying to give this repository and the test suite some love on behalf of #397 and I am again tripped by this error when running the test suite partially on macOS, like
I already touched that at #386 (comment).
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: