最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 f

常识 admin 39浏览 0评论

numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 f

关于numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 f报错

问题是由 pycocotools 引起的。我通过安装旧版本来修复。

(base) ng@ng-Z390:~$ pip uninstall pycocotools
Found existing installation: pycocotools 2.0.2
Uninstalling pycocotools-2.0.2:
  Would remove:
    /home/ng/.local/lib/python3.8/site-packages/pycocotools-2.0.2.dist-info/*
    /home/ng/.local/lib/python3.8/site-packages/pycocotools/*
Proceed (y/n)? y
  Successfully uninstalled pycocotools-2.0.2

(base) ng@ng-Z390:~$ pip install pycocotools==2.0.0

numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 f

关于numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 f报错

问题是由 pycocotools 引起的。我通过安装旧版本来修复。

(base) ng@ng-Z390:~$ pip uninstall pycocotools
Found existing installation: pycocotools 2.0.2
Uninstalling pycocotools-2.0.2:
  Would remove:
    /home/ng/.local/lib/python3.8/site-packages/pycocotools-2.0.2.dist-info/*
    /home/ng/.local/lib/python3.8/site-packages/pycocotools/*
Proceed (y/n)? y
  Successfully uninstalled pycocotools-2.0.2

(base) ng@ng-Z390:~$ pip install pycocotools==2.0.0
发布评论

评论列表 (0)

  1. 暂无评论