Как установить модуль на pythonanywere

Помогите установить модуль. Сделал по инструкции, не получилось. Попробовал так: Создал дерикторию и загрузил нужные мне файлы. Далее открыл main.py и мне предложили открыть bash консоль. Открыл, прописал: pip install telethon. В ответ последовало:

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Py
thon 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More 
details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-proc
ess/#python-2-support
Looking in links: /usr/share/pip-wheels
Requirement already satisfied: telethon in /home/Qisanka/.local/lib/python2.7/site-packages (0.18.2.3)
Requirement already satisfied: pyaes in /home/Qisanka/.local/lib/python2.7/site-packages (from telethon) (1.6
0.4.7)
.1)
Requirement already satisfied: typing in /usr/local/lib/python2.7/dist-packages (from telethon) (3.7.4.1)
Requirement already satisfied: rsa in /usr/local/lib/python2.7/dist-packages (from telethon) (4.0)
Requirement already satisfied: pyasn1>=0.1.3 in /usr/local/lib/python2.7/dist-packages (from rsa->telethon) (0.4.7)
16:41 ~/money_farm 

Далее открываю код, и возникает ошибка: Traceback (most recent call last):

 File "/home/Qisanka/money_farm/main.py", line 1, in <module>
   from telethon import TelegramClient, sync
ModuleNotFoundError: No module named 'telethon'```

Ответы (0 шт):