<div dir="ltr">Hello,<div><br></div><div>I am unfortunately having trouble installing pysurfer on a mac Sierra 10.12.6</div><div><br></div><div>I've installed anaconda navigator to get all the dependencies working. I've tried multiple different python versions and still no luck. To keep things simple, I would like help with installing psyurfer on python 3.6. I used these instructions <a href="https://gist.github.com/danjgale/4f64ca81f5e91cc0669d0f744c7a9f82">https://gist.github.com/danjgale/4f64ca81f5e91cc0669d0f744c7a9f82</a> to install until I hit a roadblock.</div><div><br></div><div>This is the error I get:</div><div><br></div><b><font face="monospace">>>> import vtk<br><br>Traceback (most recent call last):<br><br> File "/Users/amennen/anaconda3/envs/pysurfer/lib/python3.6/site-packages/vtkmodules/vtkCommonCore.py", line 5, in <module><br><br>  from .vtkCommonCorePython import *<br><br>ImportError: dlopen(/Users/amennen/anaconda3/envs/pysurfer/lib/python3.6/site-packages/vtkmodules/vtkCommonCorePython.so, 2): Library not loaded: @rpath/libtbb.dylib<br><br> Referenced from: /Users/amennen/anaconda3/envs/pysurfer/lib/libvtkCommonCorePython36D-8.2.1.dylib<br><br> Reason: image not found<br><br>During handling of the above exception, another exception occurred:<br><br>Traceback (most recent call last):<br><br> File "<stdin>", line 1, in <module><br><br> File "/Users/amennen/anaconda3/envs/pysurfer/lib/python3.6/site-packages/vtk.py", line 32, in <module><br><br>  all_spec.loader.exec_module(all_m)<br><br> File "/Users/amennen/anaconda3/envs/pysurfer/lib/python3.6/site-packages/vtkmodules/all.py", line 7, in <module><br><br>  from .vtkCommonCore import *<br><br> File "/Users/amennen/anaconda3/envs/pysurfer/lib/python3.6/site-packages/vtkmodules/vtkCommonCore.py", line 9, in <module><br><br>  from vtkCommonCorePython import *<br><br>ImportError: dlopen(/Users/amennen/anaconda3/envs/pysurfer/lib/python3.6/site-packages/vtkmodules/vtkCommonCorePython.so, 2): Library not loaded: @rpath/libtbb.dylib<br><br> Referenced from: /Users/amennen/anaconda3/envs/pysurfer/lib/libvtkCommonCorePython36D-8.2.1.dylib<br><br> Reason: image not found</font></b><div><br></div><div>I've added the vtkmodules to the path:</div><div><br></div><div><font face="monospace">>>> echo $PYTHONPATH<br><br>:/Users/amennen/anaconda3/envs/pysurfer/lib/python3.6/site-packages/vtkmodules</font><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><br></p>Does anyone have an easy way to install pysurfer? Unfortunately, I have not had a lot of luck installing pysurfer on different computers, the issues that come up are slightly different every time. Any help would be deeply appreciated!</div><div><br></div><div>Thank you so much!</div><div><br></div><div>Best,</div><div>Rolando<br><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><br></p></div></div>