-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
Traceback (most recent call last):
File "/home/kali/Desktop/crafty/pyCraft/start.py", line 10, in
from minecraft.networking.connection import Connection
File "/home/kali/Desktop/crafty/pyCraft/minecraft/networking/connection.py", line 12, in
from .types import VarInt
File "/home/kali/Desktop/crafty/pyCraft/minecraft/networking/types/init.py", line 1, in
from .basic import * # noqa: F401, F403
^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/crafty/pyCraft/minecraft/networking/types/basic.py", line 9, in
import pynbt
File "/usr/local/lib/python3.11/dist-packages/PyNBT-3.1.0-py3.11.egg/pynbt.py", line 23, in
ModuleNotFoundError: No module named 'mutf8'
It says its not found even though I have installed the pyNBT library multiple times
Metadata
Metadata
Assignees
Labels
No labels