LiveOverflow / minecraft-hacked

Minecraft:Hacked is a video series exploring various technical areas of Minecraft.
209 stars 12 forks source link

ModuleNotFoundError: No module named 'twisted' #10

Open YuriiLV opened 2 years ago

YuriiLV commented 2 years ago

Traceback (most recent call last): File "d:\Programs\Git\minecraft-hacked\01_protocol_proxy\teleport_proxy.py", line 1, in from twisted import reactor ModuleNotFoundError: No module named 'twisted'

Don't know what to do. Spend ~hour surfing the internet but nothing helps. Also i have a question. I'm using VSCode to write and run code. Where am i supposed to run this?(teleport_proxy.py) Also tryed "pip install Twisted==22.4.0". It says that "Requirement already satisfied" but it doesn't seem to work. image

EBSmash commented 2 years ago

in the terminal type pip3 install quarry then that should install twisted with it

YuriiLV commented 2 years ago

in the terminal type pip3 install quarry then that should install twisted with it

Already done it. Still same problem.

Pixelwarp commented 2 years ago

pip3 install twisted