2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
Reference articles:https://segmentfault.com/a/1190000019381873?utm_source=tag-newest
1. CentOS 8.1
The problem encountered is that apprtc is compiled and the error is as shown below.
The reason is the Python version problem. The default yum installation is Python3, but the actual app_engine supports Python2. Lowering the version may solve the problem, but I didn't try it.
Or change the operating system and use CentOS7.
2. CentOS 7 .7
If you encounter any problems, see Section 3, General Problem Solving.
3. Compile and install collidermain (general problem)
Get the golang.org.x/net image package, install the net package, and then install collidermain.
refer to:Solution to the go get problem in China_go get in China-CSDN blog