-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 2.5.0 [Bug]: ModuleNotFoundError: No module named 'supervision' #3295
Comments
same issue |
See solution in #3294 (comment). Please read the release notes next time ;) |
aahhh ^^ .\FooocusControl\python_embeded>python.exe -m pip install -r .\FooocusControl\Fooocus\requirements_versions.txt works! |
I have the same issue... I dont understand what to do, cmd (it opens) do Git Pull, telling me im on the latest version |
@Megasherru make sure to follow all steps (2, not only 1) in the release notes (now updated). |
Got this error: `Collecting groundingdino-py==0.4.0 × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. Looks like that there's something wrong with groundingdino-py package on windows. |
@JanisCircenis you might be affected by this: #3282 (comment) |
I read the notes, tried to update, followed the instructions. Even updated torch, pip, torchsde, and still have the same exact error. |
@scsp85 please double check if you're using the bundled python version or your system python version. Feel free to provide all necessary information in a new issue, incl. console logs, list of installed packages, an exact error description etc. |
IDEA-Research/GroundingDINO#206 (comment) This worked for me |
have same issue :( |
@Archviz360 make sure to read the how to update section in the release notes, update log or the discussion for 2.5.0 linked above. |
Same issue, tried every way to update in the update section, ended up downloading the last version, and putting my old models/loras in the new one, and it seems to work. |
cmd can fix
|
Seems like some of us can't update torchsde to version 0.2.6; it only updates to version 0.2.5. Had to download Fooocus last version which include torchsde 0.2.6. |
just go to the main fooocus forlder |
I got a similar error, I had to update pip
|
@stewsters please downgrade to 23.x again, you'll run into issues for future updates as not all packages use a correct (and now strictly enforced) SemVer versioning scheme. |
Switched windows system encoding for non-unicode programs to English and now it works fine. Have never seen anything like this before. That groundingdino-py is faulty and should be updated. |
Как можно было так обосраться и сломать рабочий софт, я просто не понимаю.... |
Checklist
What happened?
ModuleNotFoundError: No module named 'supervision'
and
ERROR: Could not install packages due to an OSError: [WinError 5] : 'h:\fooocus_win64_2-1-831\python_embeded\lib\site-packages\_cffi_backend.cp310-win_amd64.pyd'
Consider using the
--user
option or check the permissions.Steps to reproduce the problem
What should have happened?
Fooocus should update to 2.5.0
What browsers do you use to access Fooocus?
No response
Where are you running Fooocus?
None
What operating system are you using?
Windows 11
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: