Guest User

Untitled

a guest
Mar 24th, 2018
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. Installing ctypesgen.py script to /usr/local/bin
  2.  
  3. Using /Users/Troller/Documents/GSoC/18/python-brlcad/.eggs/ctypesgen_dev-0.0.1-py2.7.egg
  4. Finished processing dependencies for brlcad==0.0.1
  5. 2018-03-23 18:43:10,751 - brlcad_post_install - DEBUG - ctypesgencore version is 0.0.1
  6. 2018-03-23 18:43:10,751 - brlcad_post_install - DEBUG - bindings_path is /usr/local/lib/python2.7/site-packages/brlcad-0.0.1-py2.7.egg/brlcad/_bindings
  7. 2018-03-23 18:43:10,752 - brlcad_post_install - DEBUG - Deleting another _bindings/
  8. 2018-03-23 18:43:10,752 - brlcad_post_install - DEBUG - _bindings wasn't previously created, so it doesn't need to be removed.
  9. 2018-03-23 18:43:10,752 - brlcad_post_install - DEBUG - Deleting cached _bindings/
  10. 2018-03-23 18:43:10,752 - brlcad_post_install - DEBUG - _bindings wasn't previously cached, so it doesn't need to be removed.
  11. 2018-03-23 18:43:10,754 - brlcad_post_install - DEBUG - No brlcad found on PATH: /usr/brlcad/bin:/Users/Troller/.rvm/gems/ruby-2.5.0/bin:/Users/Troller/.rvm/gems/ruby-2.5.0@global/bin:/Users/Troller/.rvm/rubies/ruby-2.5.0/bin:/usr/local/bin/vmd:/Users/Troller/testing/apertium_lint:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/Troller/.rvm/bin
  12. 2018-03-23 18:43:10,754 - brlcad_post_install - DEBUG - No valid brlcad installation found at prefix: /usr/brlcad/dev-7.24.1
  13. 2018-03-23 18:43:10,755 - brlcad_post_install - DEBUG - Checking brlcad-7.24.0: 7.24 -> 7.24
  14. 2018-03-23 18:43:10,755 - brlcad_post_install - DEBUG - Checking brlcad: None -> None
  15. Traceback (most recent call last):
  16.   File "setup.py", line 36, in run_after
  17.     brlcad.install.post_install.main(library_path)
  18.   File "/Users/Troller/Documents/GSoC/18/python-brlcad/brlcad/install/post_install.py", line 121, in main
  19.     ctypesgen_library_options, options_map, brlcad_info = load_ctypesgen_options(bindings_path, config, logger)
  20.   File "/Users/Troller/Documents/GSoC/18/python-brlcad/brlcad/install/options.py", line 347, in load_ctypesgen_options
  21.     raise SetupException("Couldn't find a matching brlcad installation !")
  22. SetupException: Couldn't find a matching brlcad installation !
  23. Macbook:python-brlcad $ cd /Applications/
Add Comment
Please, Sign In to add comment