Click here to Skip to main content
16,004,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Issue:
Installation default is Python 3.9 which apparently comes in with Numpy 2.x while Yolov8 module install expect Numpy (1.2.x)


Impact
Unable to use Yolov8 and broke my Blue Iris AI detection

Request
> Please fix the module install

Very appreciative of the platform -- Nicely integrates with Blue Iris

What I have tried:

Hack / My workaround - .bat/.json update
> Made a change in the setup.bat - hard coded 3.8 for python version
> Made a change in the yolov8 modulesettings.windows.json - hard coded python3.8 for launch setting runtime

This brought it back to the previous Python version / Numpy 1.2.x
Everything is back operational
Posted
Updated 22-Jun-24 10:35am
v3
Comments
PIEBALDconsult 22-Jun-24 16:35pm    
Is this related to the CodeProject AI ?
TheCaveman 23-Jun-24 10:11am    
Yes, and re-posted in codeproject ai discussion

1 solution

This would be better posted in the dedicated forum: CodeProject.AI Discussions[^]
 
Share this answer
 
Comments
TheCaveman 23-Jun-24 10:11am    
Thanks for the link - I got tired of looking around yesterday to find the right place. I was so upset that release 2.6.5 and maybe earlier like 2.6.2 assumed to push python 3.9 which lead to break yolov8 and my blue iris setup. This being said I'm very appreciative of the availability of CodeProject AI so that was not a complaint rather a feedback to assist others.

Would like to delete this question/post which is at the wrong place but can't find a delete option.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900