This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Description
Contact Details
nickylalrochhara917@gmail.com
What happened?
clone this repo to my aws ubuntu terminal, after setting up, i am trying to deployed or start bot, but it's always popup this error "from ptbcontrib.postgres_persistence import PostgresPersistence
ModuleNotFoundError: No module named 'ptbcontrib.postgres_persistence'" i am trying to install this extension, using pip install ptbcontrib.postgres_persistence" nothing is work!
bot can't deployed because of this, how can i fix this issue?
Version
0.1.14
Hosted On
Vps
Relevant logs output
File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
__import__(pkg_name)
File "/home/ubuntu/kyosuke/kyosuke/__init__.py", line 14, in <module>
from ptbcontrib.postgres_persistence import PostgresPersistence
ModuleNotFoundError: No module named 'ptbcontrib.postgres_persistence'
Acknowledgement