Python Forum
librosa ERROR: Command errored out with exit status 1:
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
librosa ERROR: Command errored out with exit status 1:
#8
(Nov-11-2019, 07:12 PM)PythonSounds Wrote: Now another stupid question, do I install these libraries in c:\?
No all get done bye pip,download and install to Python.
Quote:It says the library is installed but i still get errors in Visual Code.
When use virtual environment use most choose that interpreter in VS Code.
You should give name to virtual environment,not (.venv).
If you new to this can just install it normal,i use virtual environment when testing this as i have a lot install already,so i don't get any conflict.

Here basic setup virtual environment.
# Make
E:\div_code
λ python -m venv librosa_env

# Cd in
E:\div_code
λ cd librosa_env\

# Activate
E:\div_code\librosa_env
λ E:\div_code\librosa_env\Scripts\activate

# Test pip,see that it point to this folder
(librosa_env) E:\div_code\librosa_env
λ pip -V
pip 19.0.3 from e:\div_code\librosa_env\lib\site-packages\pip (python 3.7)

# The python version that most point to if use in Editor
(librosa_env) E:\div_code\librosa_env
λ python -c "import sys; print(sys.executable)"
E:\div_code\librosa_env\Scripts\python.exe
Reply


Messages In This Thread
RE: librosa ERROR: Command errored out with exit status 1: - by snippsat - Nov-12-2019, 05:43 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020