Replies: 1 comment 12 replies
-
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings,
While following the instructions specific to Mac OS, the following were encountered:
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at Homebrew/homebrew-core#76621
The previous "note" occurred 26 times while "pip3 install -r requirements.txt" executed. Does it mean that something did not install or install correctly? Might this be why the program failed, as shown below. (I used Homebrew for a previous project.)
When attempting to run the Purge program, the following was the result:
AudioKev@Mac-mini YT-Spammer-Purge-2.4.2 % python3 YouTubeSpammerPurge.py
Traceback (most recent call last):
File "/.../Downloads/YT-Spammer-Purge-2.4.2/YouTubeSpammerPurge.py", line 43, in
from gui import *
File "/.../Downloads/YT-Spammer-Purge-2.4.2/gui.py", line 5, in
import YouTubeSpammerPurge as myFunctions
File "/.../Downloads/YT-Spammer-Purge-2.4.2/YouTubeSpammerPurge.py", line 54, in
import requests
ModuleNotFoundError: No module named 'requests'
Any help is greatly appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions