Skip to content

Commit e732ab9

Browse files
abhishekorisglvladi
authored andcommitted
added cython
while executing "make" command in "COCO API installation" in linux ubuntu got "gcc: error: pycocotools/_mask.c: No such file or directory " this thread : cocodataset/cocoapi#141 solved the issue ie: after installing cython
1 parent c744b09 commit e732ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ where ``<package_name>`` can be replaced with the name of the package, and optio
324324

325325
.. code-block:: posh
326326
327-
conda install pillow, lxml, jupyter, matplotlib, opencv
327+
conda install pillow, lxml, jupyter, matplotlib, opencv, cython
328328
329329
Alternatively, if you don't want to use Anaconda you can install the packages using ``pip``:
330330

0 commit comments

Comments
 (0)