# Các lỗi thường gặp

1. ### Lỗi ImportError

<figure><img src="/files/fwg9VDRc8gJhMXdL0NX7" alt=""><figcaption><p>Import Error</p></figcaption></figure>

**Nguyên nhân 11:**

Windows Defender có thể xóa hoặc cách ly file, vì vậy người dùng cần khôi phục nó trước khi chạy lại code.

Cách khôi phục file từ Quarantine:

1\. Mở Windows Security bằng cách nhấn Win + S, gõ “Windows Security”, rồi mở ứng dụng.

2\. Vào “Virus & threat protection”.

3\. Nhấp vào “Protection history”.

4\. Tìm mục “Threat quarantined” liên quan đến FiinQuant\\\_\_init\_\_.py.

5\. Nhấp vào “Actions” → Chọn “Restore”.

🔹 Lưu ý: Nếu Windows Defender tự động xóa file, bạn cần cài lại thư viện FiinQuant sau khi khôi phục.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fiinquant.vn/huong-dan-python/cac-loi-thuong-gap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
