osx - Minecraft python API not working -




i have been trying minecraft python api work on mac command:

from mcpi.minecraft import minecraft mc = minecraft.create() 

i keep reciving error:

    traceback (most recent call last):   file "<pyshell#1>", line 1, in <module>     mcpi.minecraft import minecraft   file "/library/frameworks/python.framework/versions/3.6/lib/python3.6/site-packages/mcpi/__init__.py", line 1, in <module>     mcpi import minecraft importerror: cannot import name 'minecraft' 

what doing wrong? responses





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -