-
Notifications
You must be signed in to change notification settings - Fork 390
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
Output Error Fixed + Another Error #116
Comments
Type "pip install rtfunicode" in your cli and try again. Check requirements.txt |
Thanks, will do that, I'm running it on Gitpod so maybe that's the issue. Was just experimenting around |
File "/workspace/YouTube-Spammer-Purge/YouTubeSpammerPurge.py", line 42, in |
pip install google-api-python-client |
Should be able to be solved in the future by using |
Ok thanks, then I will edit my pull request too #118 |
Describe the bug
Error outputting code
Operating System You're Using: (Windows, Mac, Linux?)
Gitpod, VS Code in Browser
Release Version:
Current Github Version
Steps To Reproduce
Steps leading up to the problem.
Expected behavior (if not obvious):
**Paste and Displayed Error Messages & 'Tracebacks' **
File "/workspace/YouTube-Spammer-Purge/YouTubeSpammerPurge.py", line 42, in
from gui import *
File "/workspace/YouTube-Spammer-Purge/gui.py", line 5, in
import YouTubeSpammerPurge as myFunctions
File "/workspace/YouTube-Spammer-Purge/YouTubeSpammerPurge.py", line 58, in
import rtfunicode
ModuleNotFoundError: No module named 'rtfunicode'
The text was updated successfully, but these errors were encountered: