Important notice about the Python version of the retrieval system changed by default to Python3!

Author: Zero, Created: 2019-10-13 15:59:04, Updated: 2019-10-15 12:13:26

Important notice about the change of the Python version of the quantification system to Python3 by default!

  • The Python core team plans to stop supporting Python 2 in 2020.
  • NumPy, Pandas, Matplotlib, and other well-known third-party libraries also announced that they would be discontinuing support for Python 2 in 2020.

The Inventor Platform decided to update the retrieval system's default engine to Python 3 and added support for Tensorflow, torch repository

If you don't want to switch your Python2 code, you can add it in the first line of code.

#!python2

Or use the 2to3 tool in python3 to convert

Note: This is not the case.

  • The first line of Python code can specify the absolute path of the engine
  • The administrator dynamically detects the native Python installation environment when running Python code. If specified as python3 but not installed, run the default version.
  • Strings in the Python 3 API return type other than the byte type returned by the Dial operation, which is uniformly str type

More