Jetson tx1-scikit-image

i’ve installed scikit-image

but when i try
import skimage

ImportError: /home/nvidia/.local/lib/python2.7/site-packages/skimage/restoration/_nl_means_denoising.so: undefined symbol: fast_exp
this error comes out

what should i do…?

You should using python 3.6 instead of python 2.7
Try using python3 xxxx.py to run your python script.

oh i’ll try it again!
thankyou:)