bot-python icon indicating copy to clipboard operation
bot-python copied to clipboard

Unresolved reference 'bot'

Open HellFinger-s opened this issue 5 years ago • 3 comments

Hi, i istalled this library first by git clone and setup, but terminal wrote: no module named steptools. I install pip and go sudo apt install python-pip. There is no errors. So when i copypast code from official bot api webcite i get this error in pycharm: Unresolved reference 'bot' How can i solve this problem?

HellFinger-s avatar Apr 18 '20 08:04 HellFinger-s

Hey. I have the same problem

majestic1488 avatar Apr 18 '20 12:04 majestic1488

Hey, guys! Thanks for asking. I recommend you use a virtual environment.

python3 -m venv my_env_3
source my_env_3/bin/activate 
pip install mailru-im-bot

It'll help you manage package dependency conflicts.

sergey-gladkow avatar Apr 20 '20 07:04 sergey-gladkow

Also you can install this library using

pip3 install mailru-im-bot

difhel avatar Mar 24 '21 06:03 difhel