Skip to content

Google Colab notebook needs update #331

Description

@BillBBBB

The colab notebook seems to need some updates to its dependencies.


ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
openwakeword 0.6.0 requires speexdsp-ns<1,>=0.1.2; platform_system == "Linux", which is not installed.
openwakeword 0.6.0 requires ai-edge-litert<3,>=2.0.2; platform_system == "Linux" or platform_system == "Darwin", but you have ai-edge-litert 1.4.0 which is incompatible.
onnx2tf 2.4.0 requires ai-edge-litert==2.1.2, but you have ai-edge-litert 1.4.0 which is incompatible.
onnx2tf 2.4.0 requires onnx==1.20.1, but you have onnx 1.19.1 which is incompatible.
onnx2tf 2.4.0 requires onnxruntime==1.24.3, but you have onnxruntime 1.22.1 which is incompatible.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
openwakeword 0.6.0 requires speexdsp-ns<1,>=0.1.2; platform_system == "Linux", which is not installed.
Successfully installed ai-edge-litert-2.1.2 onnx-1.20.1 onnxruntime-1.24.3
Collecting onnx==1.19.1
Using cached onnx-1.19.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (7.0 kB)
Requirement already satisfied: numpy>=1.22 in /usr/local/lib/python3.12/dist-packages (from onnx==1.19.1) (1.26.4)
Requirement already satisfied: protobuf>=4.25.1 in /usr/local/lib/python3.12/dist-packages (from onnx==1.19.1) (4.25.5)
Requirement already satisfied: typing_extensions>=4.7.1 in /usr/local/lib/python3.12/dist-packages (from onnx==1.19.1) (4.15.0)
Requirement already satisfied: ml_dtypes>=0.5.0 in /usr/local/lib/python3.12/dist-packages (from onnx==1.19.1) (0.5.1)
Using cached onnx-1.19.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (18.2 MB)
Installing collected packages: onnx
Attempting uninstall: onnx
Found existing installation: onnx 1.20.1
Uninstalling onnx-1.20.1:
Successfully uninstalled onnx-1.20.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
onnx2tf 2.4.0 requires onnx==1.20.1, but you have onnx 1.19.1 which is incompatible.



ValueError Traceback (most recent call last)

/tmp/ipykernel_23700/3645593403.py in <cell line: 0>()
74 import uuid
75 import yaml
---> 76 import datasets
77 import scipy
78 from tqdm import tqdm

8 frames

/usr/local/lib/python3.12/dist-packages/numpy/random/_pickle.py in
----> 1 from .mtrand import RandomState
2 from ._philox import Philox
3 from ._pcg64 import PCG64, PCG64DXSM
4 from ._sfc64 import SFC64
5

numpy/random/mtrand.pyx in init numpy.random.mtrand()

ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions