• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# FAQs<a name="EN-US_TOPIC_0000001166804465"></a>
2
3-   **Symptom**
4
5    The message "ImportError: No module named apt\_pkg" is displayed when an unidentifiable command is executed on the Linux server.
6
7
8-   **Possible Causes**
9
10    There is a compatibility issue of python3-apt.
11
12-   **Solution**
13
14    Reinstall python3-apt.
15
16    ```
17    sudo apt-get remove  python3-apt
18    sudo apt-get install python3-apt
19    ```
20
21
22