Skip to Content
Menu
This question has been flagged
1906 Views

I trying to install odoo community v12 from source by follow

https://www.odoo.com/documentation/12.0/setup/install.html
on Window 10 env all the dependency is successfully get by command

pip3 install -r requirements.txt

but i facing error while running below commands.

C:\odoo_src>python odoo-bin -w odoo -r odoo --addons-path=addons,../mymodules --db-filter=mydb$
python: can't open file 'odoo-bin': [Errno 2] No such file or directory

Avatar
Discard