Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rockstar-py: command not found #48

Open
ShahJabir opened this issue Jan 5, 2022 · 1 comment
Open

rockstar-py: command not found #48

ShahJabir opened this issue Jan 5, 2022 · 1 comment

Comments

@ShahJabir
Copy link

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

@ayushpatel2004
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants