Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 12:09 PM <schindler_> Hey kanzure, nmz787! I'm trying to get python BRL-CAD to work on OSX (it works on ubuntu otherwise) and keep running into an installation error. It'd be great to know if you have any idea how this could be resolved. https://pastebin.com/4JRNEuzp
- 12:09 PM <schindler_> For installing BRLCAD, I did cmake and i think it installed properly. I just had to change the BRLCAD_PREFIX from /usr/brlcad to /usr/local/brlcad because of the OSX's SIP thing.
- 6:34 PM <kanzure> schindler_: you're just going to have to hack the post install function yourself. run it in an interactive python interpreter until it works.
- 6:40 AM <nmz787> schindler_: I get that error on ubuntu myself, because the python-BRLCAD script doesn't look at BRLCAD_PREFIX
- 6:41 AM <nmz787> schindler_: see my comments here http://gnusha.org/logs/2018-03-26.log
- 6:42 AM Hoolootwo → Hooloovo0
- 6:42 AM <nmz787> schindler_: err, I guess I was talking about BRLCAD_PATH... but maybe that's also supposed to work?
- 6:45 AM ⇐ andytoshi quit (~apoelstra@unaffiliated/andytoshi) Ping timeout: 240 seconds
- 6:49 AM <nmz787> schindler_: "sudo pip install -U brlcad" seems to work for me (at least installation doesn't show obvious failure)... but when I run "sudo python setup.py install" from the github repo, it fails with your error message
Add Comment
Please, Sign In to add comment