Use pip to install and update the latest version
pip install -U mxpi
sudo pip3 install -U mxpi
Run the following command in Terminal:
#Windows
mxpi
#Liunx or Raspberry Pi
sudo mxpi
After running, you will get the following information:
Welcome to MxPi(0.0.xx)! System:xxxxx IP: x.x.x.x:xxxx
2022-02-11 15:56:10,412 INFO Starting server at tcp:port=80:interface=192.168.1.129
2022-02-11 15:56:10,414 INFO HTTP/2 support not enabled (install the http2 and tls Twisted extras)
2022-02-11 15:56:10,415 INFO Configuring endpoint tcp:port=80:interface=192.168.1.129
2022-02-11 15:56:10,418 INFO Listening on TCP address x.x.x.x:xxxx
Open IP address ++x.x.x.x:xxxx++ in browser
If you use Windows to uninstall or update the latest version of MxPi, the following error will occur
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 12091:
invalid continuation byte in installed-files.txt file at path:
xxx/installed-files.txt
This is due to the default encoding of the system. This problem is not caused by MxPi. You can open the xxx/installed-files.txt file and change the encoding mode to UTF-8, and then uninstall or update it again.
- Add PyQt5 related modules
- Add file management function
- Fixed the problem of encoding error under Windows
- The output of library management information is more reasonable
- Modified the content in about
- Added Baidu AI related modules
- Add PyQt multithreading module
- Add temperature sensor module
- Added support for exporting py files