Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ModuleNotFoundError: No module named 'mutf8'" #273

Open
d3ttl4ff opened this issue Mar 17, 2024 · 3 comments
Open

"ModuleNotFoundError: No module named 'mutf8'" #273

d3ttl4ff opened this issue Mar 17, 2024 · 3 comments

Comments

@d3ttl4ff
Copy link

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

@aipul96
Copy link

aipul96 commented Apr 10, 2024

Same problem?

@aipul96
Copy link

aipul96 commented Apr 10, 2024

Have any one got solution for this ?

@d3ttl4ff
Copy link
Author

Have any one got solution for this ?

I think there was workaround. But I don't remember what I did now. Been a long time 🥲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants