Skip to content

Commit

Permalink
added cython
Browse files Browse the repository at this point in the history
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
  • Loading branch information
abhishekori authored and sglvladi committed Jul 15, 2019
1 parent c744b09 commit e732ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ where ``<package_name>`` can be replaced with the name of the package, and optio

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

Expand Down

0 comments on commit e732ab9

Please sign in to comment.