Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

LDAP module Windows

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
ldap
1 Răspunde
9099 Vizualizări
Imagine profil
Merv

Greetings,


I am testing Odoo and tried enabling LDAP Authentication but received the error:  Unable to install module "auth_ldap" because an external dependency is not met: Python library not installed: ldap.


I'm using the Windows version. Can someone advise please how do I install the missing library please?


Thanks.

0
Imagine profil
Abandonează
Waleed Ali Mohsen

Hi,
What version of python you are using?
You get it by open cmd and type python --version.

Is your system platform 64 bit or 32 bit?

Merv
Autor

Thanks Waleed. It's 64-bit Windows. The Odoo installation has a python folder with what I believe is python 3.7. I downloaded and installed 3.10 (only one officially available for download on the site) and installed python_ldap-3.4.0-cp310-cp310-win_amd64.whl given the instructions you provided in powershell. The install was successful but I am still getting the error message. Am I supposed to import it somewhere?

Waleed Ali Mohsen

You need to use the same version used by Odoo so you can run the command form the path of python folder of the Odoo installation.

Waleed Ali Mohsen

run the below after change the folders in path as yours:
cd "C:\Program Files (x86)\Odoo 13.0\python\Scripts"

then run

python.exe --version

you will get the version and you can download the whl file for the python version:

then from the same above path run

pip3.exe install --only-binary :all: WHL_FILE_PATH

Merv
Autor

Thanks Waleed. I removed the version 3.10, but the pip command was giving an error looking for path that didn't exist: "Fatal error in launcher: Unable to create process using '"c:\odoobuild\winpy64\python-3.7.7.amd64\python.exe"". I reinstalled the 3.7.7 as that was the version in the Odoo folder, and copied the installed pip files over to the Odoo folder. From there the pip install command you provided worked and I was able to genable it without error.

Thanks again!

Imagine profil
Waleed Ali Mohsen
Cel mai bun răspuns

You can download the whl file for pyhon-ldap 3.4.0 (depend on your python version and system platform 32 or 64)  from following site  Python Extension Packages for Windows - Christoph Gohlke (uci.edu) and then from cmd run the below command:

pip install --only-binary :all: WHL_FILE_PATH

if your python version 3.8 and system 64 the downloaded file name will be python_ldap-3.4.0-cp38-cp38-win_amd64 and if you put it in c drive, you will run the command: 

pip install --only-binary :all: "C:\python_ldap-3.4.0-cp38-cp38-win_amd64.whl"


If you installed Odoo using exe, then you can run the commands from the python installed with Odoo and you can find it in the below path (If you installed Odoo 15 or you can change it as per your version):

C:\Program Files (x86)\Odoo 15.0\python\Scripts 

Commands:

cd "C:\Program Files (x86)\Odoo 15.0\python\Scripts"
python.exe --version
pip3.exe install --only-binary :all: WHL_FILE_PATH


0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
ldap user connection
ldap
Imagine profil
0
ian. 21
2949
LDAP authentication failing when using TLS on Odoo 11
ldap
Imagine profil
0
nov. 17
5917
Does partner_address_ldap work with 7.0?
ldap
Imagine profil
0
mar. 15
4874
openerp 7 ldap windows
ldap
Imagine profil
0
mar. 15
4416
unable to map ldap_group with openerp group, how to ?
ldap
Imagine profil
0
mar. 15
4977
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now