Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
6 ตอบกลับ
11241 มุมมอง
Good morning, when installing some modules it gives me this warning: Impossible to install module "l10n_es_aeat" because there is an unresolved external dependency: No module named unidecode Could you help me solve it? 

Thanks in advance
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello, 

In order to fix this issue

You need to install 


pip install Unidecode 


https://pypi.org/project/Unidecode/ 


I also reviewed this module and found module have also other dependencies 


Zeep :


pip install python-zeep

https://pypi.org/project/python-zeep/


OpenSSL


pip install pyOpenSSL

https://pypi.org/project/pyOpenSSL/

So kindly install these dependencies before using this extension. 

Thanks

Anisha Bahukhandi

Technical Content Writer

Webkul Softwares

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Same problem. How do you resolved it?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

If you are using Odoo 11 or newer, please make sure you have installed the package for Python 3 (use pip3 for example).

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello, for odoo in windows there is no posibility?


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

For the working of the module you have to install the python package UNIDECODE, once this external dependency is satisfied only you can install your module.

Follow the commands to install the package:

sudo apt-get update -y

sudo apt-get install -y python-unidecode


Thanks

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Hello, and thanks for your time ...

I have installed the packages that you have indicated, but it keeps giving me the same error

อวตาร
ละทิ้ง