N
N
Noname12342021-06-30 10:12:05
Python
Noname1234, 2021-06-30 10:12:05

What do these errors mean in Python?

Help me figure out what to do when such errors are written. Thank you.
Traceback (most recent call last):
File "C:\Users\Anton\Desktop\temaa\test.py", line 1, in
from vk_api import VkApi, VkUpload
ModuleNotFoundError: No module named 'vk_api'
>>>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Ugolnikov, 2021-06-30
@Ugolnikovvv

Install vk_api

U
Up0, 2021-07-02
@Up0

If this is your own module, make sure that it is in a place accessible to python and has the name as specified in the import.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question