Python version related issues
Opened this issue ยท 12 comments
For Python 3.9, ecapture is giving an issue while installing. (installed Visual Studio Build Tools as well)
And then I switched to Python3.7(because ecapture works with python3.7), now pyaudio is giving an issue.
Kindly help here.
PS: Which environment are you using for this? Virtualenv or conda?
I was facing the same issue. Using Python Version 3.9.10 helped. Also, the mingw(3.9.7) installation was conflicting with the windows store version.
Simple Solution is to use pip install ecapture==0.0.7
@solletravinder is your problem solved??
Hi @Umesh-01 @Sabyasachi-Seal, yes it's resolved, thanks to both of you. More power to you, guys.
Hi, @Sabyasachi-Seal Please help here, if you also came across this issue?
On RCA, found out that it's a "pyttsx3" dependency issue. "pyttsx3" engine initialization is raising this issue.
@solletravinder Im sorry but I havent come across this issue yet. Colud you try with the windowssore version of Python 3.9 and confirm if the issue exists? Seems like a version issue.
@Sabyasachi-Seal Okay, I will check and let you know.
@Sabyasachi-Seal Hi, it didn't work even with the windows store version.
@solletravinder Oh thats a bummer. I've never had this error before. Not sure why its happening in yours. Try a different IDE maybe ?
IDE? currently I am using Visual Studio code.
I mean try on pycharm
Damage level 9999 on my PC, JK. I will figure it out, thanks anyway.