You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
After
pip3 install rockstar-py
. I want to run this commandrockstar-py --output rockstar.py -i lyrics.txt
but I get this error-bash: rockstar-py: command not found
The text was updated successfully, but these errors were encountered: