RaphaelOlivier / robust_speech

Apache License 2.0
38 stars 14 forks source link

Unable to install #3

Closed AbdelrahmanKhaledAmer closed 2 years ago

AbdelrahmanKhaledAmer commented 2 years ago

When following the instructions in the README.md file, installation fails with the message shown below:

$ pip install .
Defaulting to user installation because normal site-packages is not writeable
Processing /home/amer/workspaces/robust_speech
  Preparing metadata (setup.py) ... done
Collecting audlib@ git+https://github.com/RaphaelOlivier/pyaudlib.gittransformers>=4.18.0
  Cloning https://github.com/RaphaelOlivier/pyaudlib.gittransformers>=4.18.0 to /tmp/pip-install-fz3fkadj/audlib_e89b60871ee945ecb4c83617ec580dce
  Running command git clone --filter=blob:none --quiet 'https://github.com/RaphaelOlivier/pyaudlib.gittransformers>=4.18.0' /tmp/pip-install-fz3fkadj/audlib_e89b60871ee945ecb4c83617ec580dce
  fatal: unable to access 'https://github.com/RaphaelOlivier/pyaudlib.gittransformers>=4.18.0/': The requested URL returned error: 400
  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet 'https://github.com/RaphaelOlivier/pyaudlib.gittransformers>=4.18.0' /tmp/pip-install-fz3fkadj/audlib_e89b60871ee945ecb4c83617ec580dce did not run successfully.
  │ exit code: 128
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
$

It seems that https://github.com/RaphaelOlivier/pyaudlib.gittransformers>=4.18.0 does not want to install.

When visiting the corresponding page on GitHub, I get a 404 response, so either the page doesn't exist, or it is private meaning we cannot use this repository without some sort of access to that page.

Is there some way to fix this?

RaphaelOlivier commented 2 years ago

This was a typo in the setup file. Apologies for letting it around this long after pushing the last version. It is now fixed.