Win 7 under pipenv source installation odoo11

Source: Internet
Author: User
Tags virtual environment

because, itself the computer has been installed odoo8,9,10 and other Odoo version, at that time, did not consider is directly a unified environment is very configuration.

Now, in the ODOO11 environment, the need for Python 3 language environment can well support the function of odoo11, so on the internet to find the fire now create virtual environment of the installation tool pipenv, it can be very good to isolate the project environment, for each project to provide a separate operating environment.

Installation steps:First,Install Python 3.6.4, configure environment variables:

Address: https://www.python.org/downloads/

Second, download the odoo11 source package:

Https://github.com/odoo/odoo

Third, installation pipenv:

1, Span style= "font-size:16px;font-family: Arial; color: #333333" > First use pip installation pipenv and its dependencies:  

Pip Install pipenv

2. change the directory to include your Python folder for items:

C:\users\administrator>f:

F:\>CD Odoo2018_11

3, in thePythonunder the project folder, specifypipenvto installodoo11of thePythonVirtual Environments,and startpipenv

F:\odoo2018_11>pipenv--python "D:\Python 3.6.4\python 3.6.4\python.exe"

F:\odoo2018_11>pipenv Install

4. in the Python The compiler loads the virtual environment and installs the dependent packages:

Iv. odoo11 problems encountered during the start-up process and solutions:

1.importerror:no module named ' Win32service '

Pipenv Install Pypiwin32

2 , importerror:no module named ' PIL '

Pipenv Install Pillow

3. No module named ' Forkingmixin '

will be Werkzeug Upgrade to 0.11.15

Pipenv Install werkzeug==0.11.15

4. modulenotfounderror:no module named ' Reportlab '

Pipenv Install Reportlab

5. PSYCOPG2. OperationalError:fe_sendauth:no Password supplied

in the Setup directory under New odoo.conf file

6, Span style= "font-size:16px;font-family: ' Times New Roman ', ' serif '; color: #333333" >window install odoo11 error valueerror:embedded null byte

in the D:\Python 3.6.4\python 3.6.4\lib\_strptime.py , add the code:

Locale.setlocale (locale. Lc_all, ' en ')


Win 7 under pipenv source installation odoo11

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.