yoheimatt
yoheimatt
Thanks all. Below is the output from "pyre --preserve-pythonpath --debug check": ``` root@4993b80bc01c:/workspace/src/ct-lung-nodule-visual-classifier/unit_tests# pyre --preserve-pythonpath --debug check 2018-11-08 02:17:29,012 DEBUG No configuration found at `.pyre_configuration.local`. 2018-11-08 02:17:29,012 DEBUG Reading configuration...
Here are two outputs: ``` root@4993b80bc01c:/workspace/src/ct-lung-nodule-visual-classifier# /usr/local/bin/pyre.bin check -debug -project-root /workspace/src/ct-lung-nodule-visual-classifier -filter-directories unit_tests -workers 8 -typeshed /usr/local/lib/pyre_check/typeshed/ -search-path /usr/local/lib/python3.5/dist-packages/ /workspace/src/ct-lung-nodule-visual-classifier/unit_tests 2018-11-08 11:26:20 INFO Finding type stubs in `/workspace/src/ct-lung-nodule-visual-classifier/unit_tests`... 2018-11-08 11:26:20...
root@4993b80bc01c:/workspace/src/ct-lung-nodule-visual-classifier# pyre --version pyre version 0.0.17 I will try your option 3. Will keep you all updated.
Below is the end of the output of `make`. Not sure what to do next? ```Installed /root/.opam/4.06.0/lib/hack_parallel/hack_commutative_group.ml Installed /root/.opam/4.06.0/lib/hack_parallel/hack_parallel.cmx Installed /root/.opam/4.06.0/lib/hack_parallel/hack_parallel.cmti Installed /root/.opam/4.06.0/lib/hack_parallel/META make[1]: Leaving directory '/workspace/src/ct-lung-nodule-visual-classifier/pyre-check/hack_parallel' Build info: Linux...
Hi, I narrowed down to the presence of qtconsole, a third party package, is the cause of the crash. The gdb didn't help.
Is it possible to ignore certain sub search paths?