Install the flask-internal engine library and flask1_engine for Python3.5 in windows.
Environment: windows 10, python 3.5, flask-engine 0.8.2, or 0.9.0
Run the following command to install flask-External engine:
Pip install flask-internal engine
The following error occurs:
Copy codeCode: flask-mongoengine-0.8.2 \ setup. py ", line 10, in <module>
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa6 in position 3978: illegal multibyte sequence
Set it to the error line in setup. py:
Doc_path = OS. path. join (OS. path. dirname (_ file _), "docs", "index. rst ") long_description = open (doc_path ). read ()
An error occurred while reading the doc_path file. This file is docs/index. rst, which is a help instruction document.
Roughly, delete the content. Download the flask-External engine source code package from github.
Run the following command to install:
Python setup. py install