abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.3k stars 106 forks source link

Not able to install the application #142

Open swathi11111 opened 2 months ago

swathi11111 commented 2 months ago

I tried all the required dependent libraries installations and then cloned the SubSai repository. When I try to run the command "subsai-webui" on command prompt it says this batch file does not exist. I don't see any file named with this being cloned on my system. Can someone please help me with the installation, I really need this tool.

abdeladim-s commented 2 months ago

@swathi11111, Have you installed the package using pip install git+https://github.com/abdeladim-s/subsai ? if it went okey, the command subsai-webui will be available on your environment, you don't need to clone anything!

swathi11111 commented 2 months ago

@abdeladim-s , this error is appearing after the end of installation

image

I tried the installation many times, but not able to install successfully, can you help me with the installation by being on a google meet call if possible?

abdeladim-s commented 2 months ago

I wish I can but I am very busy! However there is an easier way to install the package if you are stuck installing it with the first method, you can use Docker, this will take some time to build and also some storage space, but it's going to work.

First download it from here, there are many resources out there to get you started if you are not familiar with it. Then follow the instructions from the Readme,

Let me know if you find any issues.

CorradoF commented 2 months ago

@abdeladim-s , this error is appearing after the end of installation image

I tried the installation many times, but not able to install successfully, can you help me with the installation by being on a google meet call if possible?

Python is not on path, I had the same problem, solved adding it on PATH

swathi11111 commented 2 months ago

@CorradoF, I have done that too, added paths of python, pip and rustc. I was even able to get the right versions printed on command prompt of each package using python --version, pip --version and rustc --version. Even after doing this, am not able to install the application.

abdeladim-s commented 2 months ago

@swathi11111, What Python version are you using ? Python 3.12 does not work well! Please use Python 3.11 or 3.10! Hopefully this will resolve your issue!