rockstar-py icon indicating copy to clipboard operation
rockstar-py copied to clipboard

rockstar-py: command not found

Open ShahJabir opened this issue 3 years ago • 1 comments

After pip3 install rockstar-py . I want to run this command rockstar-py --output rockstar.py -i lyrics.txt but I get this error -bash: rockstar-py: command not found

ShahJabir avatar Jan 05 '22 08:01 ShahJabir

I was also facing the same issue. The following way helped me...Hopefully, it may work for you. Step 1: Find the rockstarpy directory in the rockstar-py directory (It is the one which you have installed). Step 2: Once you find that then keep the rockstarpy directory and file lyrics.txt in the new directory (Let's give it the name abc). Step 3: Open your terminal and go to the directory abc. Step 4: Run the command : python3 rockstarpy --output rockstar.py -i lyrics.txt

ayushpatel2004 avatar Sep 10 '22 16:09 ayushpatel2004