Forums

How can I install vk_api?

I tried to use code with module vl_api. It says "ModuleNotFoundError: No module named 'vk_api'". Ok, I write "pip3 install --user vk_api". Now it says "SyntaxError: invalid syntax" and word "install" is incoorect. What should I do?

You should run the pip command in a Bash console, not in a Python REPL.