MahmoudAshraf97 / ctc-forced-aligner

Text to speech alignment using CTC forced alignment
150 stars 31 forks source link

"Command Not Found" After Installation #19

Closed andonagio closed 1 month ago

andonagio commented 2 months ago

I went through the installation process as described in the README, but my machine (Xubuntu 22.04) doesn't recognize the command after installation:

myname@myname-main:~/Desktop$ pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
  Cloning https://github.com/MahmoudAshraf97/ctc-forced-aligner.git to /tmp/pip-req-build-quwoelr2
  Running command git clone --filter=blob:none --quiet https://github.com/MahmoudAshraf97/ctc-forced-aligner.git /tmp/pip-req-build-quwoelr2
  Resolved https://github.com/MahmoudAshraf97/ctc-forced-aligner.git to commit 2a947d7f65f08685c3d5b113445f732435e884d8
  Running command git submodule update --init --recursive -q
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done

myname@myname-main:~/Desktop$ ctc-forced-aligner
ctc-forced-aligner: command not found

I'm not sure how to begin resolving this issue and would welcome any insight you can provide. Thanks!

MahmoudAshraf97 commented 2 months ago

can you check that installation completed? using pip show ctc-forced-aligner

andonagio commented 2 months ago

Looks like it may not have.

myname@myname-main:~/Desktop$ pip show ctc-forced-aligner
WARNING: Package(s) not found: ctc-forced-aligner
MahmoudAshraf97 commented 2 months ago

Please try installing it again, make sure it completed successfully, and if it didn't please post the error so I can investigate