Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Home Page:https://agpt.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

linear opened this issue · comments

Yep, thats me. Python 3.10.14

Yep, thats me. Python 3.10.14

Use poetry run pip install numpy==1.26.4, so that it forces to use numpy 1.26.4, it will throw a warning but it works. However, openAI is unavailable error is being thrown after fixing numpy.