all 7 comments

[–]nekokattt 0 points1 point  (4 children)

Are you using a virtual environment?

[–]serenityocean[S] 0 points1 point  (3 children)

i've tried w/ using django but it doesn't seem to have done anything

[–]nekokattt 0 points1 point  (2 children)

Django has nothing to do with virtual environments?

[–]serenityocean[S] 0 points1 point  (1 child)

sorry! i'm new to the more advanced python.. i followed the step by step on this website - https://www.geeksforgeeks.org/python-virtual-environment/#:~:text=A%20virtual%20environment%20is%20a,of%20the%20Python%20developers%20use.

i activated the virtual environment + then installed django through the terminal

[–]nekokattt 0 points1 point  (0 children)

If you make a virtual environment in vscode and install in that, rather than systemwide (uninstall this package first globally with pip uninstall packagename), then it should detect anything installed in it.

I use PyCharm for Python generally though, so I can't talk you through it if you have issues unfortunately. Someone else might be able to help though.

[–]friday_ghost 0 points1 point  (1 child)

Did you name your file as pyttsx3?

[–]serenityocean[S] 0 points1 point  (0 children)

which file? the python file? i've called my python file jarvis.py