Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8983 Vizualizări

Installating and solving error of odoo 10

ImportError: No module named pyPdf error occured and pip install python-Pypdf2 running this command below error occured : Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/python-pypdf2/





Imagine profil
Abandonează
Cel mai bun răspuns

1- sudo pip install Pypdf2

2- Ideally, just install all the packages that are mentioned in requirements.txt :  File found in Odoo folder
sudo pip install -r requirements.txt   ( You may need to add the path to this file.. )


Imagine profil
Abandonează