magahet / peon

A minecraft bot written in python.
MIT License
46 stars 7 forks source link

ModuleNotFoundError: No module named 'client' #12

Open themixray opened 2 years ago

themixray commented 2 years ago
Traceback (most recent call last):
  File "D:\Загрузки\peon-master\peon-master\autobot.py", line 3, in <module>
    import peon
  File "D:\Загрузки\peon-master\peon-master\peon\__init__.py", line 1, in <module>
    from client import Client
ModuleNotFoundError: No module named 'client'
PolarsBear commented 2 years ago

Is your code inside the peon folder?