On 10/12/2024 01:41, Tim Johnson wrote:
On 12/9/24 14:59, Tim Johnson wrote:
Recently did a refresh of ubuntu 24.04
With no code changes am now getting a *ModuleNotFoundError *for
youtube_dl
Relevant code is
import sys
sys.path.append("/home/tim/.local/share/pipx/venvs/youtube-d
On 12/9/24 14:59, Tim Johnson wrote:
Recently did a refresh of ubuntu 24.04
With no code changes am now getting a *ModuleNotFoundError *for youtube_dl
Relevant code is
import sys
sys.path.append("/home/tim/.local/share/pipx/venvs/youtube-dl/lib/python3.12/site-packages/youtube_dl"
Recently did a refresh of ubuntu 24.04
With no code changes am now getting a *ModuleNotFoundError *for youtube_dl
Relevant code is
import sys
sys.path.append("/home/tim/.local/share/pipx/venvs/youtube-dl/lib/python3.12/site-packages/youtube_dl")
import youtube_dl '
Navigatin