Hi all,
I was trying to install eCommerce module on my local environment and I got this error:
Unable to install module "account_edi_proxy_client" because an external dependency is not met: Python library not installed: cryptography
I already installed cryptography but I didn't understand why it still gives this error. I work with Odoo 14 with docker and my operating system us macOS Big Sur (11.0.1). Below also you can see that cryptography is already installed.
pip3 install cryptography
Requirement already satisfied: cryptography in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (2.8)
Requirement already satisfied: six>=1.4.1 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from cryptography) (1.16.0)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from cryptography) (1.15.1)
Requirement already satisfied: pycparser in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from cffi!=1.11.3,>=1.8->cryptography) (2.21)
any idea?
I tried to install pycryptodome too, but still have the same error. Let me give you more information about my environment.
macOS Monterey (12.5.1)
I have Docker Desktop app installed.
My docker-compose.yaml file is like that:
I don't have a Dockerfile. I run it with docker-compose up.
I tried to to install the dependency in to the docker container:
and I got this error:
I really don't know what and how to solve this problem.
I have the same problem and there is no solution.
Use odoo online
some OCA modules do not work because of this problem