-Air-M1 ~ % ytconverter -U
zsh: command not found: ytconverter
-Air-M1 ~ % git clone https://github.com/kaifcodec/ytconverter.git
cd ytconverter/standalone/
./install.sh # Auto-setup ffmpeg + dependencies
fatal: destination path 'ytconverter' already exists and is not an empty directory.
✨ Starting YTConverter™ universal installer...
ℹ️ Detected OS: unknown
ℹ️ Unsupported OS. Attempting minimal setup...
ℹ️ Install ffmpeg manually.
ℹ️ Try: pip3 install yt-dlp
ℹ️ Installing Python packages...
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in /Users/Library/Python/3.9/lib/python/site-packages (25.3)
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: yt_dlp in /Users/Library/Python/3.9/lib/python/site-packages (2025.10.14)
Requirement already satisfied: fontstyle in /Users/Library/Python/3.9/lib/python/site-packages (1.0.1.2)
Requirement already satisfied: colored in /Users/Library/Python/3.9/lib/python/site-packages (2.3.1)
Requirement already satisfied: requests in /Users/Library/Python/3.9/lib/python/site-packages (2.32.5)
Requirement already satisfied: setuptools in /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/site-packages (from fontstyle) (58.0.4)
Requirement already satisfied: charset_normalizer<4,>=2 in /Users/gnatusin/Library/Python/3.9/lib/python/site-packages (from requests) (3.4.4)
Requirement already satisfied: idna<4,>=2.5 in /Users/Library/Python/3.9/lib/python/site-packages (from requests) (3.11)
Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/Library/Python/3.9/lib/python/site-packages (from requests) (2.6.2)
Requirement already satisfied: certifi>=2017.4.17 in /Users/Library/Python/3.9/lib/python/site-packages (from requests) (2025.11.12)
✅ Installation complete! You can now run YTConverter™.
ℹ️ To start: run 'python ytconverter.py' or use your launcher.
-Air-M1 standalone % ytconverter -U
zsh: command not found: ytconverter
-Air-M1 standalone % pip3 install yt-dlp
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: yt-dlp in /Users/gnatusin/Library/Python/3.9/lib/python/site-packages (2025.10.14)
-Air-M1 standalone % python3 ytconverter.py
Attempting to import required modules
Installing required Python packages...
Traceback (most recent call last):
File "/Users/ytconverter/standalone/ytconverter.py", line 26, in
import httpx
ModuleNotFoundError: No module named 'httpx'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ytconverter/standalone/ytconverter.py", line 32, in
s.run(["pip", "install", "-r", "requirements.txt"], check=True)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pip'
-Air-M1 standalone %
pls check why it doesn't start
-Air-M1 ~ % ytconverter -U
zsh: command not found: ytconverter
-Air-M1 ~ % git clone https://github.com/kaifcodec/ytconverter.git
cd ytconverter/standalone/
./install.sh # Auto-setup ffmpeg + dependencies
fatal: destination path 'ytconverter' already exists and is not an empty directory.
✨ Starting YTConverter™ universal installer...
ℹ️ Detected OS: unknown
ℹ️ Unsupported OS. Attempting minimal setup...
ℹ️ Install ffmpeg manually.
ℹ️ Try: pip3 install yt-dlp
ℹ️ Installing Python packages...
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in /Users/Library/Python/3.9/lib/python/site-packages (25.3)
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: yt_dlp in /Users/Library/Python/3.9/lib/python/site-packages (2025.10.14)
Requirement already satisfied: fontstyle in /Users/Library/Python/3.9/lib/python/site-packages (1.0.1.2)
Requirement already satisfied: colored in /Users/Library/Python/3.9/lib/python/site-packages (2.3.1)
Requirement already satisfied: requests in /Users/Library/Python/3.9/lib/python/site-packages (2.32.5)
Requirement already satisfied: setuptools in /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/site-packages (from fontstyle) (58.0.4)
Requirement already satisfied: charset_normalizer<4,>=2 in /Users/gnatusin/Library/Python/3.9/lib/python/site-packages (from requests) (3.4.4)
Requirement already satisfied: idna<4,>=2.5 in /Users/Library/Python/3.9/lib/python/site-packages (from requests) (3.11)
Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/Library/Python/3.9/lib/python/site-packages (from requests) (2.6.2)
Requirement already satisfied: certifi>=2017.4.17 in /Users/Library/Python/3.9/lib/python/site-packages (from requests) (2025.11.12)
✅ Installation complete! You can now run YTConverter™.
ℹ️ To start: run 'python ytconverter.py' or use your launcher.
-Air-M1 standalone % ytconverter -U
zsh: command not found: ytconverter
-Air-M1 standalone % pip3 install yt-dlp
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: yt-dlp in /Users/gnatusin/Library/Python/3.9/lib/python/site-packages (2025.10.14)
-Air-M1 standalone % python3 ytconverter.py
Installing required Python packages...
Traceback (most recent call last):
File "/Users/ytconverter/standalone/ytconverter.py", line 26, in
import httpx
ModuleNotFoundError: No module named 'httpx'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ytconverter/standalone/ytconverter.py", line 32, in
s.run(["pip", "install", "-r", "requirements.txt"], check=True)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pip'
-Air-M1 standalone %
pls check why it doesn't start