Closed nmz787 closed 7 years ago
The rather oblique raise self._value
and then a PicklingError
, when on Windows, is usually an indication that you don't have a full install of multiprocess
. If you don't have a C compiler, you need one... then reinstall multiprocess
.
If that doesn't fix it for you, then please post a reduced version of your code that I can try that reproduces your error.
I'm having the same problem too. Can you name some specific C compilers? I tried MinGW and the problem hasn't been solved yet.
Updating: Finally i've found the problem. I was using Python 2.7 so the code runs with error, but after i updated to Python 3.6, everything works fine.
@nmz787: is this still an issue for you? I don't have anything I can do here without code that can reproduce your error. @dnminh11: feel free to share code where you feel you may have been seeing this issue as well.
@dnminh11: one of the reasons that 3.6 probably works and 2.7 doesn't is that 3.6 doesn't need a C compiler for hardly any of the code, so I'm going to assert that this is the answer to this issue (for both you and @nmz787). Either of you please feel free to reopen this ticket if you discover differently.
I was trying to run map on an instance method, from an instance method of the same object