- Joined
- May 29, 2023
- Messages
- 2
- Reaction score
- 0
hello, I am a newb to programming. I am trying to set up modules in visual studio.
I am working to make an AI assistant and I just set up my environment with pyenv.
the first module i tried to get was SpeechRecognition and is gave me the following warning
WARNING: The script normalizer is installed in '/home/jared/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
This led me to search out the python file and copy it over to the VSC folder i was working in. I dont understand since i am in the pyenv folder on the sytem.
any help will be appreciated. Thank you
I am working to make an AI assistant and I just set up my environment with pyenv.
the first module i tried to get was SpeechRecognition and is gave me the following warning
WARNING: The script normalizer is installed in '/home/jared/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
This led me to search out the python file and copy it over to the VSC folder i was working in. I dont understand since i am in the pyenv folder on the sytem.
any help will be appreciated. Thank you