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

psycopg_pool not found . where it is installed in the system #5

Open
ultrainstintgoku opened this issue Sep 5, 2022 · 0 comments
Open

Comments

@ultrainstintgoku
Copy link

Hii team ,
i am facing this issue when trying to set up file server

mounting fileserver.web:app on /
Traceback (most recent call last):
File "/home/ubuntu/session-file-server/./fileserver/web.py", line 20, in
from . import routes # noqa: F401, E402
File "/home/ubuntu/session-file-server/./fileserver/routes.py", line 3, in
from . import db
File "/home/ubuntu/session-file-server/./fileserver/db.py", line 6, in
from psycopg_pool import ConnectionPool
ModuleNotFoundError: No module named 'psycopg_pool'
unable to load app 0 (mountpoint='/') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant