SpockBotMC / SpockBot

High level Python framework for building Minecraft clients and bots.
MIT License
198 stars 47 forks source link

ImportError: cannot import name 'Client' #223

Closed BILLPC2684 closed 8 years ago

BILLPC2684 commented 8 years ago
RESTART: C:\Users\billp\Desktop\Client\SpockBot-master\examples\basic\example.py 
Traceback (most recent call last):
  File "C:\Users\billp\Desktop\Client\SpockBot-master\examples\basic\example.py", line 20, in <module>
    from spockbot import Client
ImportError: cannot import name 'Client'
>>> 
Gjum commented 8 years ago

How did you install SpockBot?

Try pip install spockbot

BILLPC2684 commented 8 years ago

already did same error

BILLPC2684 commented 8 years ago

wait i just ran that in linux and it works... idk how