Replies: 2 comments 1 reply
-
Same problem here... M2 MAC, LM Studio, Mistral, Conda Env |
Beta Was this translation helpful? Give feedback.
1 reply
-
I solved it by going to the fabric directory and running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everything was working great until I did a git pull to get updates. Now I'm getting this error after successfully re-running the setup and trying to execute yt summarize. Before this pull the setup recognized that I use fabric_venv and installed everything properly into the venv. But the new setup seems to put helpers.yt and ollama(?) somewhere else? Any suggestions would be greatly appreciated:
yt --transcript https://youtu.be/****** | summarize
Traceback (most recent call last):
File "/home/user/fabric/fabric_venv/bin/yt", line 3, in
from helpers.yt import main
ModuleNotFoundError: No module named 'helpers.yt'
Traceback (most recent call last):
File "/home/user/fabric/fabric_venv/bin/fabric", line 6, in
sys.exit(cli())
^^^^^
File "/home/user/fabric/installer/client/cli/fabric.py", line 101, in main
standalone = Standalone(args, args.pattern)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/fabric/installer/client/cli/utils.py", line 54, in init
sorted_gpt_models, ollamaList, claudeList = self.fetch_available_models()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/fabric/installer/client/cli/utils.py", line 304, in fetch_available_models
import ollama
ModuleNotFoundError: No module named 'ollama'
Beta Was this translation helpful? Give feedback.
All reactions