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

Output Error Fixed + Another Error #116

Closed
KendallDoesCoding opened this issue Dec 6, 2021 · 6 comments
Closed

Output Error Fixed + Another Error #116

KendallDoesCoding opened this issue Dec 6, 2021 · 6 comments

Comments

@KendallDoesCoding
Copy link
Contributor

KendallDoesCoding commented Dec 6, 2021

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'

@unchaineddev
Copy link

Type "pip install rtfunicode" in your cli and try again. Check requirements.txt

@KendallDoesCoding
Copy link
Contributor Author

Thanks, will do that, I'm running it on Gitpod so maybe that's the issue. Was just experimenting around

@KendallDoesCoding
Copy link
Contributor Author

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 62, in
from googleapiclient.errors import HttpError
ModuleNotFoundError: No module named 'googleapiclient'

@KendallDoesCoding KendallDoesCoding changed the title Output Error Output Error Fixed + Another Error Dec 6, 2021
@KendallDoesCoding
Copy link
Contributor Author

pip install google-api-python-client

@ThioJoe
Copy link
Owner

ThioJoe commented Dec 6, 2021

Should be able to be solved in the future by using
pip install -r requirements.txt

@KendallDoesCoding
Copy link
Contributor Author

Should be able to be solved in the future by using pip install -r requirements.txt

Ok thanks, then I will edit my pull request too #118

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

3 participants