Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Has anyone tried installing this? I get:

    $ pip install pyre-check
    Collecting pyre-check
      Could not find a version that satisfies the requirement pyre-check (from versions: )
    No matching distribution found for pyre-check
Just me? (I am on python 3.6 and pip(3).)


Ah, I was running this on a personal macbook which is apparently on an old osx version. This seemed to be the issue: https://github.com/facebook/pyre-check/issues/11

(Installed fine on an my work machine running OSX 10.13.3.)


Me too. I guess they provide binaries only for some platforms, and yours (and mine) is not supported.

I tried to build from source but got another error after some time:

    File "ast/astStatement.ml", line 289, characters 41-74:
    Error: Unbound module Recognized
(NB: testing on Mac OS 10.10).


Changing `INCLUDES = . parser ....` to `INCLUDES = . external parser ...` in the Makefile fixed compilation for me.


If you're having trouble with pip, I'd recommend trying `pip3.6 install pyre-check`.


Working fine for me. Are you using public pypi?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: