Baggi ha scritto:
Ciao hai risolto sono anche io nel medesimo punto. Sto usando windows 10. Ho installato Python27 eseguito [PIP install codicefiscale]
ma niente da fare. purtroppo su questo PC ho difficoltà a creare un ambiente virtuale in ubuntu.
Mi auto rispondo con questo articolo trovato. Si tratta solo di copiare i file/cartelle dalla directory di Py a Odoo
Geoffrey M Jennings
On 7/27/17, 8:33 AM
Very simple fix after 10 hours of trying...
First, I used "pip-Win_1.7.exe" as administrator to install dependencies to c:\Python27 default folder.
Then to allow Odoo to read dependencies, I did the following:
1. For example, when installing Python dependencies, the num2words package was being saved to the following location:
C:\Python27\Lib\site-packages\num2words
2. I then copied the num2words folders and placed them in the following Odoo server location
C:\Program Files (x86)\Odoo10.0\server\num2words
3. I stopped Odoo services, then restarted, and was then able to go to “apps” and install desired applications.
I hope this helps anyone else having same Windows Server challenges.