Open yuma-dev opened 5 months ago
Arrived here from Google search, have exact same issue with ComfyUI fresh install. If same error occurs in two different repos, can it be package related?
upd: fixed the issue by deleteing current numpy 2.0.0 and installing correct version 1.25.2
have a look on my comment here if might help and confirm
https://github.com/stitionai/devika/pull/603#issuecomment-2177320283
Arrived here from Google search, have exact same issue with ComfyUI fresh install. If same error occurs in two different repos, can it be package related?
upd: fixed the issue by deleteing current numpy 2.0.0 and installing correct version 1.25.2
Arrived here from Google search, have exact same issue with ComfyUI fresh install. If same error occurs in two different repos, can it be package related?
upd: fixed the issue by deleteing current numpy 2.0.0 and installing correct version 1.25.2
Had the same bug and this solution worked for me with a uv pip install --force-reinstall -v "numpy==1.25.2"
Arrived here from Google search, have exact same issue with ComfyUI fresh install. If same error occurs in two different repos, can it be package related? upd: fixed the issue by deleteing current numpy 2.0.0 and installing correct version 1.25.2
Had the same bug and this solution worked for me with a
uv pip install --force-reinstall -v "numpy==1.25.2"
Thank you , thats fixed it !!!
On trying this I got the following issue
error: Failed to prepare distributions
Caused by: Failed to fetch wheel: numpy==1.25.2
Caused by: Failed to build: `numpy==1.25.2`
Caused by: Build backend failed to determine extra requires with `build_wheel()` with exit status: 1
--- stdout:
--- stderr:
Traceback (most recent call last):
File "<string>", line 8, in <module>
File "/Users/zayed/Library/Caches/uv/environments-v0/.tmpor9HWi/lib/python3.12/site-packages/setuptools/__init__.py", line 10, in <module>
import distutils.core
ModuleNotFoundError: No module named 'distutils'
---
It was an issue with python version, I have downgraded to 3.11
and it worked
Describe the bug
after following the install instructions 1 to 1 i get this error:
Expected behavior
devika runs
Screenshots and logs
Configuration