T
T
TosterIQ2022-01-26 21:54:16
Python
TosterIQ, 2022-01-26 21:54:16

Windows 7 - Python - No module named 'trio'?

There is Windows 7 SP1 x64. Installed python-3.8.6. Maltego added a script to the program, when it is executed, the following error pops up: ModuleNotFoundError: No module named 'trio'. It is clear that this is missing the required module in python and you need to install it. But how exactly to install it, with a description of the actions and commands?

61f198753e6e0027835214.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Gusarev, 2022-01-26
@kaka888

If there is only one version of Pituhon on the computer (and the pitukhon is in PATH), then you can simply write this on the command line: pip install trio.
If it says that there is no such command, or you have several pythons, then look for the path where the python.exe you need lies and run the following command: <путь к python.exe> -m pip install trio.
According to your screenshot, here is the path to your python: C:/Users/Maestro/AppData/Local/Programs/Python/Python38/python.exe

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question