Python 2 support? #58
Answered
by
letmaik
Skraldefar
asked this question in
Q&A
-
I am looking for a program that emulates a webcam from opencv. I have a problem that i cannot use python3 because of other modules that i am using. I can use python3 "import pyvirtualcam", but not python "import pyvirtualcam". Is this program only made for python 3? |
Beta Was this translation helpful? Give feedback.
Answered by
letmaik
Apr 30, 2021
Replies: 1 comment
-
Absolutely Python 3 only. Don't use Python 2, it's not supported anymore, including security issues. https://www.python.org/doc/sunset-python-2/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
letmaik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely Python 3 only. Don't use Python 2, it's not supported anymore, including security issues. https://www.python.org/doc/sunset-python-2/