콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
6 답글
11381 화면
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

아바타
취소