danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.

Home Page:https://danielmiessler.com/p/fabric-origin-story

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: yt transcript doesn't work

samuelgecik opened this issue · comments

What happened?

Hello, I've encountered this bug. When calling a yt command I'm getting this error:

Traceback (most recent call last):
File "/home/acc/.cache/pypoetry/virtualenvs/fabric-L4raEQJt-py3.11/bin/yt", line 3, in
from helpers.yt import main
ModuleNotFoundError: No module named 'helpers'

I've tried to find helpers file, but had no luck.
Thank you

Version check

  • Yes I was.

Are you on windows? You may need to enable Developer Mode (Start > Developer Settings > Developer Mode) as I believe these are run via symlinks. I could be wrong (& have been many times in the past :P )

No, I'm on Debian in WSL, however It probably had to do something with an update because I had an old version without pipx and when I updated this problem occurred. I made a clean install and now everything's working. Sorry for spamming.