cannot convert float NaN to integer报错的解决方法

网址:https://github.com/konstantint/matplotlib-venn/issues/17
我在执行文件时发生报错,如下
报错:

Service call failed: service [/plan_world_grasp] responded with an error: error processing request: cannot convert float NaN to integer

请先检查代码是否有不合理的地方,如果代码没有逻辑错误,可按照此法解决.

解决方法:
pip install --upgrade matplotlib_venn
这是个bug

你可能感兴趣的:(cannot convert float NaN to integer报错的解决方法)