You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 meThe text was updated successfully, but these errors were encountered: