This question has been flagged

Hello,

I have installed Python 3.6 and ran it in a virtual environment.

Then, I tried to install Odoo using either RPM and YUM. In both cases, I received these dependency errors:

(my36project) \<arel="nofollow" \ href\=\"mailto\:root\@server\.desytec\.com\"\ target\=\"\_blank\"\>root@server.desytec.com [tmp]# rpm -ivh odoo_11.0.latest.noarch.rpm

warning: odoo_11.0.latest.noarch.rpm: Header V4 RSA/SHA256 Signature, key ID 8183cbb5: NOKEY

error: Failed dependencies:

        python(abi) = 3.6 is needed by odoo-11.0.post20171108-1.noarch

        python3-PyPDF2 is needed by odoo-11.0.post20171108-1.noarch

        python3-PyYAML is needed by odoo-11.0.post20171108-1.noarch

        python3-babel is needed by odoo-11.0.post20171108-1.noarch

        python3-dateutil is needed by odoo-11.0.post20171108-1.noarch

        python3-decorator is needed by odoo-11.0.post20171108-1.noarch

        python3-docutils is needed by odoo-11.0.post20171108-1.noarch

        python3-feedparser is needed by odoo-11.0.post20171108-1.noarch

        python3-gevent is needed by odoo-11.0.post20171108-1.noarch

        python3-greenlet is needed by odoo-11.0.post20171108-1.noarch

        python3-html2text is needed by odoo-11.0.post20171108-1.noarch

        python3-jinja2 is needed by odoo-11.0.post20171108-1.noarch

        python3-lxml is needed by odoo-11.0.post20171108-1.noarch

        python3-mako is needed by odoo-11.0.post20171108-1.noarch

        python3-markupsafe is needed by odoo-11.0.post20171108-1.noarch

        python3-mock is needed by odoo-11.0.post20171108-1.noarch

        python3-num2words is needed by odoo-11.0.post20171108-1.noarch

        python3-ofxparse is needed by odoo-11.0.post20171108-1.noarch

        python3-passlib is needed by odoo-11.0.post20171108-1.noarch

        python3-pillow is needed by odoo-11.0.post20171108-1.noarch

        python3-psutil is needed by odoo-11.0.post20171108-1.noarch

        python3-psycopg2 is needed by odoo-11.0.post20171108-1.noarch

        python3-pydot is needed by odoo-11.0.post20171108-1.noarch

        python3-pyldap is needed by odoo-11.0.post20171108-1.noarch

        python3-pyparsing is needed by odoo-11.0.post20171108-1.noarch

        python3-pyserial is needed by odoo-11.0.post20171108-1.noarch

        python3-pytz is needed by odoo-11.0.post20171108-1.noarch

        python3-pyusb is needed by odoo-11.0.post20171108-1.noarch

        python3-qrcode is needed by odoo-11.0.post20171108-1.noarch

        python3-reportlab is needed by odoo-11.0.post20171108-1.noarch

        python3-requests is needed by odoo-11.0.post20171108-1.noarch

        python3-six is needed by odoo-11.0.post20171108-1.noarch

        python3-stdnum is needed by odoo-11.0.post20171108-1.noarch

        python3-suds is needed by odoo-11.0.post20171108-1.noarch

        python3-vatnumber is needed by odoo-11.0.post20171108-1.noarch

        python3-vobject is needed by odoo-11.0.post20171108-1.noarch

        python3-werkzeug is needed by odoo-11.0.post20171108-1.noarch

        python3-xlrd is needed by odoo-11.0.post20171108-1.noarch

        python3-xlwt is needed by odoo-11.0.post20171108-1.noarch

Lastly, I decided to use the sources,


I have run “pip3.6 install -r requirements.txt”, but before running it, I had to remove

 

gevent==1.1.2

pyldap==2.4.28

 

because those installations throwed errors.

After that, I tried to find odoo-bin executable but I could not find it.

 

I tried by running setup.py script but it showed several errors also.

Any help to install it in CentOS 6.9? Why do developers keep installation a very complex thing? 




I remember I have similar problems when I installed Odoo 9 in other server, but I have found a script (NOT in Odoo site) that automate the task, but I could not find such a thing now.

Any help will be greatly appreciated.

Thanks

Jaime

Avatar
Discard

It should not really be the concern of developers to make a software installation on every kind of OS and its flavors and releases. Reading the official installation page of Odoo you will find valuable information about the most popular ways to install Odoo. If you prefer to install and deploy it otherwise, you have to find your way yourself or wait until some other nice people did find their way and make it public.