mikekelly / AgentK

An autoagentic AGI that is self-evolving and modular.
MIT License
875 stars 133 forks source link

transformers error on mac #9

Closed NGOcoins closed 2 months ago

NGOcoins commented 2 months ago

Hi,

Any help would be appreciated. ./agentk WARN: Could not load agent "content_creator". ModuleNotFoundError: No module named 'transformers' WARN: Could not load tool "select_best_frames". ModuleNotFoundError: No module named 'cv2' WARN: Could not load tool "split_video_into_frames". ModuleNotFoundError: No module named 'cv2' WARN: Could not load tool "generate_text". ModuleNotFoundError: No module named 'transformers' WARN: Could not load agent "content_creator". ModuleNotFoundError: No module named 'transformers' WARN: Could not load tool "select_best_frames". ModuleNotFoundError: No module named 'cv2' WARN: Could not load tool "split_video_into_frames". ModuleNotFoundError: No module named 'cv2' WARN: Could not load tool "generate_text". ModuleNotFoundError: No module named 'transformers' WARN: Could not load tool "select_best_frames". ModuleNotFoundError: No module named 'cv2' WARN: Could not load tool "split_video_into_frames". ModuleNotFoundError: No module named 'cv2' WARN: Could not load tool "generate_text". ModuleNotFoundError: No module named 'transformers'

mikekelly commented 2 months ago

Those are tools and agents that AgentK has created but contain errors and therefore can't be loaded.

mikekelly commented 2 months ago

I'm working on making the system more robust when it comes to detecting and fixing errors in modules it's creating.