azuse / youtube-streaming-translator-python

实时翻译油管直播,不知道怎么优化,闲置中
GNU General Public License v3.0
105 stars 16 forks source link

Need help #3

Closed seriaati closed 1 year ago

seriaati commented 3 years ago

What do these errors mean, which part did I did it wrong? image

seriaati commented 3 years ago

I tried to reinstall and found this error when doing pip install -r requirements.txt image

azuse commented 3 years ago

What do these errors mean, which part did I did it wrong? image

In this case, try to run

pip install requests
pip install pafy
pip install m3u8

to directly install the package required.

I tried to reinstall and found this error when doing pip install -r requirements.txt image

requirements.txt is a list of packages that scripts required, it seems that some package failed to install but the screenshot can't tell which. You can try to locate which package it is and search how to install it.