diff --git a/Error Guide.md b/Error Guide.md
index f426986d7..58a426051 100644
--- a/Error Guide.md
+++ b/Error Guide.md
@@ -45,9 +45,11 @@ KeyError: 'ThumbsDown' # YOUR LABEL HERE
Error:CUBLAS_STATUS_ALLOC_FAILED or CUDNN_STATUS_ALLOC_FAILED
Solution: This is because the available VRAM on your machine is completely consumed and there is no more memory available to train. Quit all of your Python programs and stop your Jupyter Notebook server to free up the VRAM and run the command again.
-
+Error: ERROR: Failed building wheel for pycocotools
+Solution: Since pycocotools has not been updated for too long because it supports the rewriting of windows. So installing `pycocotools` by the fork repo helps fix the issue. Try the command below. See [here](https://github.com/philferriere/cocoapi) for more details
+
!pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPITemplate Error: