## What should I do when the message indicating Python 3 cannot be found is displayed during compilation and building?
## What should I do if the message indicating Python 3 cannot be found is displayed during compilation and building?
-**Symptom**
...
...
@@ -89,7 +89,7 @@
```
## What should I do when the message configure: error: no acceptable C compiler found in $PATH is displayed during Python 3 installation?
## What should I do if the message "configure: error: no acceptable C compiler found in $PATH" is displayed during Python 3 installation?
-**Symptom**
...
...
@@ -110,7 +110,7 @@
2. After the installation, reinstall Python 3.
## What should I do when the message -bash: make: command not found is displayed during Python 3 installation?
## What should I do if the message "-bash: make: command not found is displayed" during Python 3 installation?
-**Symptom**
...
...
@@ -131,7 +131,7 @@
2. After the installation, reinstall Python 3.
## What should I do when the message No module named '_ctypes' is displayed during Python 3 installation?
## What should I do if the message "No module named '_ctypes'" is displayed during Python 3 installation?
-**Symptom**
...
...
@@ -152,7 +152,7 @@
2. After the installation, reinstall Python 3.
## "No module named 'Crypto'" Displayed During the Build Process
## What should I do if the message "No module named 'Crypto'" is displayed during the build process?
-**Symptom**
...
...
@@ -182,7 +182,7 @@
After the preceding installation is complete, rebuild an environment.
## What should I do when the message No module named 'ecdsa' is displayed during compilation and building? (Hi3861)
## What should I do if the message "No module named 'ecdsa'" is displayed during the build process? (Hi3861)
-**Symptom**
...
...
@@ -212,7 +212,7 @@
After the preceding installation is complete, rebuild an environment.
## What should I do when the message Could not find a version that satisfies the requirement six>=1.9.0 is displayed during compilation and building? (Hi3861)
## What should I do if the message "Could not find a version that satisfies the requirement six>=1.9.0" is displayed during the build process? (Hi3861)
-**Symptom**
...
...
@@ -242,7 +242,7 @@
After the preceding installation is complete, rebuild an environment.
## What should I do when the message cannot find -lgcc is displayed during compilation and building? (Hi3861)
## What should I do if the message "cannot find -lgcc" is displayed during the build process? (Hi3861)