Replies: 1 comment
-
Duplicate of #1572. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want use psycopg2 in pydroid3, I already installed psycopg2 using termux and copy it working directory of my pydroid3 and is giving me this error below.
Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in
start(fakepyfile,mainpyfile)
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start
exec(open(mainpyfile).read(), main.dict)
File "", line 6, in
File "/storage/emulated/0/python_folder/psycopg2/init.py", line 51, in
from psycopg2._psycopg import ( # noqa
ModuleNotFoundError: No module named 'psycopg2._psycopg'
[Program finished]
Psycopg2 is not installed by using pydroid3 terminal that is I used termux to install it and copy it the working directory of my pydroid3
Beta Was this translation helpful? Give feedback.
All reactions