Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not sure about running instructions in Usage #199

Open
lukaLLM opened this issue Oct 25, 2024 · 0 comments
Open

Not sure about running instructions in Usage #199

lukaLLM opened this issue Oct 25, 2024 · 0 comments

Comments

@lukaLLM
Copy link

lukaLLM commented Oct 25, 2024

So I install everything up to usage but when I run fast_inference I get no module named 'librosa' even though its seen in poetry show I installed everything on win in cmd following the instructions C:\Users\Luke\metavoice-src>poetry show librosa
name : librosa
version : 0.10.1
description : Python module for audio and music processing

dependencies

  • audioread >=2.1.9
  • decorator >=4.3.0
  • joblib >=0.14
  • lazy-loader >=0.1
  • msgpack >=1.0
  • numba >=0.51.0
  • numpy >=1.20.3,<1.22.0 || >1.22.0,<1.22.1 || >1.22.1,<1.22.2 || >1.22.2
  • pooch >=1.0
  • scikit-learn >=0.20.0
  • scipy >=1.2.0
  • soundfile >=0.12.1
  • soxr >=0.3.2
  • typing-extensions >=4.1.1

required by

  • audiocraft *

C:\Users\Luke\metavoice-src>poetry run python -i fam/llm/fast_inference.py
Traceback (most recent call last):
File "C:\Users\OneBonsai\metavoice-src\fam\llm\fast_inference.py", line 8, in
import librosa
ModuleNotFoundError: No module named 'librosa'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant