video-to-ascii icon indicating copy to clipboard operation
video-to-ascii copied to clipboard

Error on windows 10

Open WhiteTrashAndy opened this issue 1 year ago • 2 comments

First i couldn't install the latest verison 1.2.9 had kept getting an error with the setup.py file looked like this = python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [15 lines of output] Traceback (most recent call last): File "C:\Users\E6420\AppData\Local\Temp\pip-install-3_kvnnuu\video-to-ascii_7c27b79175614cdfbf33f1272e424542\setup.py", line 11, in install_package main.main(['install', package]) AttributeError: 'function' object has no attribute 'main' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\E6420\AppData\Local\Temp\pip-install-3_kvnnuu\video-to-ascii_7c27b79175614cdfbf33f1272e424542\setup.py", line 21, in install_package('opencv-python') File "C:\Users\E6420\AppData\Local\Temp\pip-install-3_kvnnuu\video-to-ascii_7c27b79175614cdfbf33f1272e424542\setup.py", line 14, in install_package main._main(['install', package]) AttributeError: module 'pip.main' has no attribute '_main

rectified with this= "pip3 install -U video-to-ascii==1.2.8 --install-option="-with-audio" " used the "--install option" because a simple "-with--audio" didnt work.

So far so good, right?

Here is where i am having trouble

i try to use it with this video-to-ascii -f ava.mp4 and it produces error code= "'video-to-ascii' is not recognized as an internal or external command, operable program or batch file."

What am i doing wrong, i mean did it not install? if i try to check using video-to-ascii --version it produces the same error code= "'video-to-ascii' is not recognized as an internal or external command, operable program or batch file." and I'm an idiot really i dont know of another way to verify a correct install, and I tried start video-to-ascii....... [used "......." for simplicity] it says that there is no file path for that... please help me

WhiteTrashAndy avatar Apr 03 '23 12:04 WhiteTrashAndy

Bump. Same error on WSL Ubuntu.

Asilver-jpg avatar Jul 10 '23 00:07 Asilver-jpg

Same error on OSX Ventura.

xybytz avatar Sep 23 '23 23:09 xybytz