Librosa works in command prompt but not in visual studio code

Viewed 17

I think the problem is that there are different paths. sys.path returns an anaconda environment for terminal but not for visual studio code. Here are screenshots of the separate paths. How can I change the Visual Studio Code path to the same as command prompt? I try sys.path.append but it doesn't change the path. Thanks! The first image is my path is VS Code and the second is from command prompt.

enter image description here

enter image description here

0 Answers
Related