python struct.error: 'i' format requires -2147483648 <= number <= 2147483647

后端 未结 2 1031
予麋鹿
予麋鹿 2020-12-03 06:49

Problem

I\'m willing to do a feature engineering using multiprocessing module (multiprocessing.Pool.starmap(). However, it gives an error message as f

2条回答
  •  旧时难觅i
    2020-12-03 07:41

    this problem was fixed in a recent PR to python https://github.com/python/cpython/pull/10305

    if you want, you can make this change locally to make it work for you right away, without waiting for a python and anaconda release.

提交回复
热议问题