Created
May 14, 2018 22:15
-
-
Save FedericoV/ba1f630ad5fc0982242584da062ecc59 to your computer and use it in GitHub Desktop.
Debugging Pyre
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
186590d34d15:FBA_Analytics_Utils vaggi$ pyre --debug check | |
2018-05-14 15:13:57,354 DEBUG No configuration found at `/Users/vaggi/Code_Libraries/FBA_Analytics_Utils/.pyre_configuration.local`. | |
2018-05-14 15:13:57,354 DEBUG No configuration found at `.pyre_configuration.local`. | |
2018-05-14 15:13:57,354 DEBUG Reading configuration `.pyre_configuration`... | |
2018-05-14 15:13:57,355 DEBUG Found source directories `.` | |
2018-05-14 15:13:57,356 DEBUG Running `/Users/vaggi/anaconda3/bin/pyre.bin check -debug -sequential -project-root /Users/vaggi/Code_Libraries/FBA_Analytics_Utils -workers 1 -search-path /Users/vaggi/anaconda3/lib/pyre_check/typeshed/stdlib/ .` | |
2018-05-14 15:13:57,728 ERROR Client exited with error code -5: | |
186590d34d15:FBA_Analytics_Utils vaggi$ pyre.bin check | |
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime | |
Referenced from: /Users/vaggi/anaconda3/bin/pyre.bin | |
Expected in: /usr/lib/libSystem.B.dylib | |
dyld: Symbol not found: _clock_gettime | |
Referenced from: /Users/vaggi/anaconda3/bin/pyre.bin | |
Expected in: /usr/lib/libSystem.B.dylib | |
Trace/BPT trap: 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment