How do I make pyre-check library work with numpy?

756 views Asked by At

a.py:

import numpy

pyre

a.py:1:0 Undefined import [21]: Could not find a module corresponding to import `numpy`.

Although definitely I have numpy installed.

Environment: Ubuntu, python 3.7.1, pyre 0.0.22, numpy 1.16.2

1

There are 1 answers

1
Antony Hatchkins On

Ok, got it. Need to install numpy-stubs