You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
when I used this script to install saas, I got some errors like this below:
-su: /root/.bash_profile: Permission denied
Traceback (most recent call last):
File "/usr/local/src/odoo-extra-addons/it-projects-llc/saas-addons/saas.py", line 18, in
import psycopg2
ImportError: No module named 'psycopg2'
But when I try to install psycopg2, the common line shows me as below:
root@saas11:~/install-odoo# pip install psycopg2
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Requirement already satisfied: psycopg2 in /usr/lib/python2.7/dist-packages (2.6.1)
So, everyone can help me solved these issues? Thanks a lot.
when I used this script to install saas, I got some errors like this below:
But when I try to install psycopg2, the common line shows me as below:
So, everyone can help me solved these issues? Thanks a lot.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: