Skip to Content
Menu
This question has been flagged
1 Reply
2691 Views

Hello Odoo Community,


I want to install "upgrade_analysis" module in odoo16, but I got an error "Unable to install module "upgrade_analysis" because an external dependency is not met: Python library not installed: mako"


I use localhost on Windows. 

I installed "mako"!

Furthermore, I restarted my odoo_server and I checked every things!


Do you have ideas why odoo16 or python can not find the "mako"


thanks a lot

Avatar
Discard
Best Answer

HI,

Most probably you may have installed the python package in a different python version thats why odoo is not able to detect it.

The case will be as follows:

If you have virtual environment or multiple python versions in the system, you may be installing packages in the default python version of the system.

Instead you have to install the package in the python which uses to run odoo

Thanks

Avatar
Discard
Author

Hello @Niyas,
Yes that's right, it is installed on the system python folder (C:\Program Files\Python310\lib\.....). Not on the Python Odoo folder that it uses (....\Odoo16\python\Lib\site-packages).

How can I specify which version and which folder to install during installation?

Thanks

Related Posts Replies Views Activity
3
Apr 24
2418
1
Sep 23
1734
1
Mar 23
4710
2
Feb 24
3509
2
Dec 23
4688