You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: