ThioJoe / YT-Spammer-Purge

Allows you easily scan for and delete scam comments using several methods.
GNU General Public License v3.0
4.52k stars 391 forks source link

[Bug]: Module "googleapiclient" not found #1042

Closed z9ctn4fn closed 1 year ago

z9ctn4fn commented 1 year ago

Duplicate Issues

What happened?

Well, I was trying to boot up the thing on Ubuntu but then it said module "regex" was not found.

Release version

2.17.0

Steps to reproduce

  1. Follow the directions for installing for Linux on an Ubuntu 20.04 system
  2. Try and boot it up with python3 or python3.9
  3. Error

What platform are you seeing this problem on?

Linux (can also be ChromeOS)

Relevant log output

Importing Script Modules...
Traceback (most recent call last):
  File "/home/____/YT-Spammer-Purge-2.17.0/YTSpammerPurge.py", line 44, in <module>
    from Scripts.shared_imports import *
  File "/home/____/YT-Spammer-Purge-2.17.0/Scripts/shared_imports.py", line 4, in <module>
    import regex as re
ModuleNotFoundError: No module named 'regex'

Screenshots

No response

z9ctn4fn commented 1 year ago

Okay, now that issue is fixed, now I'm getting this error:

Importing Script Modules... Traceback (most recent call last): File "/home//YT-Spammer-Purge-2.17.0/YTSpammerPurge.py", line 45, in import Scripts.auth as auth File "/home//YT-Spammer-Purge-2.17.0/Scripts/auth.py", line 4, in import Scripts.validation as validation File "/home//YT-Spammer-Purge-2.17.0/Scripts/validation.py", line 5, in import Scripts.utils as utils File "/home//YT-Spammer-Purge-2.17.0/Scripts/utils.py", line 6, in from googleapiclient.errors import HttpError ModuleNotFoundError: No module named 'googleapiclient'

z9ctn4fn commented 1 year ago

Fixed it myself, just a bunch of missing stuff