Closed william-silversmith closed 4 years ago
Looks like this is the relevant issue:
Cool, you can build it if you do the following:
(mp) wms:~/MeshParty$ export USE_OMP=0
(mp) wms:~/MeshParty$ pip install pykdtree
I think pykdtree is listed in the requirements. I haven't a had a problem building pykdtree on my mac, but you seem to be building for 10.9, which is a very old version of OS. Did you try set export MACOSX_DEPLOYMENT_TARGET=10.XX where XX is whatever version you are running, I find this is an important thing to have in my bash_profile to make compilation work right.
This is a good idea, I should try that next time.
can i close this issue?
It might be good to mention this in the Readme, but yes.
On Tue, Sep 24, 2019 at 2:51 PM Forrest Collman notifications@github.com wrote:
can i close this issue?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sdorkenw/MeshParty/issues/45?email_source=notifications&email_token=AATGQSOZRWY6GZYHGELKTWLQLJORRA5CNFSM4IXJ7NE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7PNQEA#issuecomment-534698000, or mute the thread https://github.com/notifications/unsubscribe-auth/AATGQSK7QI6JWSJSUOKNKE3QLJORRANCNFSM4IXJ7NEQ .
On installing pykdtree: