Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved reference 'bot' #6

Open
HellFinger-s opened this issue Apr 18, 2020 · 3 comments
Open

Unresolved reference 'bot' #6

HellFinger-s opened this issue Apr 18, 2020 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@HellFinger-s
Copy link

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?

@majestic1488
Copy link

Hey.
I have the same problem

@sergey-gladkow
Copy link
Collaborator

sergey-gladkow commented Apr 20, 2020

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 sergey-gladkow added the help wanted Extra attention is needed label Apr 20, 2020
@sergey-gladkow sergey-gladkow self-assigned this Apr 20, 2020
@difhel
Copy link

difhel commented Mar 24, 2021

Also you can install this library using

pip3 install mailru-im-bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants