This question has been flagged
2 Replies
10738 Views

During the installation of Odoo 10 on MAC.

I was unable to install the package PyPDF2, further Homebrew failed to find those package, so does this mean it is not available for MAC or should I install any alternate package.


Any suggestions appreciated.

Avatar
Discard
Author Best Answer

Found the solution,


1. Install python3  (although 2.7 was already installed, but after installing python3 seemed to do wonders)

2. then install PyPDF2 (or simply run the command to install requirement.txt)

 

Infact if python3 is installed in the first place, then one can easily ran the single-command to install all those dependencies present in the requirement.txt 



Avatar
Discard
Best Answer

It is strange enough trying to install Odoo on a Mac. But if you are really looking for extraordinary experiences, you also have to spend extraordinary efforts. I'm very sure that you did already extensive research on installing pypdf2 on OSX and you have already found results such as this: https://stackoverflow.com/questions/25224260/pypdf2-wont-import. What exactly is your problem now? Please be more specific.

Avatar
Discard