I downloaded the exe file from odoo download page for odoo 13 community version. After installing the odoo its work fine and also with third party modules. But am unable to install some third party modules which has some external python dependency.
The location of odoo is c:/Program Files (x86)/Odoo 13.0/
While installing odoo, odoo will install a default python for running the odoo.
The location of python of odoo is c:/Program Files (x86)/Odoo 13.0/python/
Odoo uses the above mentioned python for its working. So we need to install the external python dependency to the above mentioned python.
I installed a separate python using the exe file of python, and installed pip and become able to install the python dependency. But its not working in odoo, because odoo uses its on python for its working.
So we have two work flow to achive this. First, we must find a way to install the external python dependency to the python which odoo uses. Second we need to find a way to change the python of odoo to the python which is installed separately.
If anyone has any idea to do this kindly help. If there is any other ways for installing the external python dependency
you are always welcome to mention it here. The external python
dependency which i tried to install is pandas. Its same in the case of
other python dependencies. If anyone has any idea to do this kindly
answer it. Thanks in advance.
Hello,
is this issue fixed ?
if fixed for windows , please refer me the method or supported links