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

ModuleNotFoundError: No module named 'Plugins' #1

Open
asimzeeshan opened this issue Jul 21, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'Plugins' #1

asimzeeshan opened this issue Jul 21, 2022 · 1 comment

Comments

@asimzeeshan
Copy link

On Debian 11 to install, chromium-browser is replaced with chromium so the installation is slightly modified like this

pip3 install bs4 pyppeteer
apt -y install chromium

Installing everything, it doesn't run and gives me the following error message

Traceback (most recent call last):
  File "/root/snake.py", line 2, in <module>
    from Plugins.base import Base
ModuleNotFoundError: No module named 'Plugins'
@Ne00n
Copy link
Owner

Ne00n commented Jul 21, 2022

If you run Snake-Ping outside of the actual directory yea.
python3 Snake-Ping/snake.py

Run it within the directory and it should work fine.

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