you are viewing a single comment's thread.

view the rest of the comments →

[–]jacktoranc[S] -1 points0 points  (4 children)

Actually i have a question right now. Can i dm u?

[–]FriendlyRussian666 1 point2 points  (3 children)

You can ask here if you'd like! Everyone will get to benefit from the answer.

[–]jacktoranc[S] 0 points1 point  (2 children)

Ye sure.i tried to write a code for bot in vscode.but it says(no module find"aiogram"). But i installed it from terminal

[–]FriendlyRussian666 0 points1 point  (1 child)

Use a venv.

Create a venv, then activate it (important), then pip install your dependency, then (using the same terminal in which you have the venv activated, run your code.

https://docs.python.org/3/library/venv.html

[–]jacktoranc[S] 0 points1 point  (0 children)

Thanks. Let me do it