scivision / PyLivestream

Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Apache License 2.0
707 stars 156 forks source link

PyLivestream requires Python '>=3.5' but the running Python is 2.7.16 #48

Closed NEWUSS closed 4 years ago

NEWUSS commented 4 years ago

I always get the following message: PyLivestream requires Python '>=3.5' but the running Python is 2.7.16

Does anyone know what I can do about it?

scivision commented 4 years ago

I'm not sure. This might be an old version of PyLivestream as at least python 3.6 is required. I would try running either

python3 -m pip install -U PyLivestream

Or clone this repo and from the PyLivestream/ directory type

python3 setup.py develop --user