Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
4060 Представления

Hi Friends,

I tried to install odoo8 in centos 6 VPS (Default python version was 2.6), But it shows dependency missing and i installed may of them except one [python (abi)=2.7]. After that i upgrade python version to 2.7, but still i am facing the same dependency missing issue. Please help me to install odoo8 on my VPS.

Аватар
Отменить

Possible duplicate of https://www.odoo.com/forum/help-1/question/odoo-requires-python-abi-2-7-83589

Автор

Thank you Temur, I tried the above link also, but still i am facing the same issue.

yes, that's unsolved one, I just noted that it's a duplicate, as it's better not to have duplicated posts, for new people who will search solution for the same problem. we better to leave one where solution appears and close or delete another.

Лучший ответ

Terminal:

sudo yum install wget

wget -O - https://nightly.odoo.com/odoo.key | apt-key add -

# echo "deb http://nightly.odoo.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list

sudo yum update

sudo yum install odoo

Аватар
Отменить
Лучший ответ

Hello,

You can check this link 

Regards

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
мар. 15
4428
2
февр. 17
6859
5
февр. 17
15745
0
мар. 25
1367
4
апр. 24
174259