pyprocar icon indicating copy to clipboard operation
pyprocar copied to clipboard

ImportError: cannot import name '_validate_lengths' from 'numpy.lib.arraypad'

Open ChenqiangHua opened this issue 4 years ago • 4 comments

May i ask one quesion? Is it the bug or just my PC's problem? First I installed conda and then I used "pip3 install pyprocar", and it successfully installed. (if i type this command again it will show me that "Requirement already satisfied: pyprocar in /home/atk6/anaconda3/lib/python3.7/site-packages (5.2.0)") But when i import pyprocar , error happens:

"ImportError: cannot import name '_validate_lengths' from 'numpy.lib.arraypad' (/home/atk6/anaconda3/lib/python3.7/site-packages/numpy/lib/arraypad.py)"

I am really confused about this error since i successfullt tested pyprocar once several months ago. Can anyone hep me ?

ChenqiangHua avatar May 19 '20 05:05 ChenqiangHua

import pyprocar Traceback (most recent call last): File "", line 1, in File "/home/atk6/anaconda3/lib/python3.7/site-packages/pyprocar/init.py", line 37, in import skimage File "/home/atk6/anaconda3/lib/python3.7/site-packages/skimage/init.py", line 157, in from .util.dtype import * File "/home/atk6/anaconda3/lib/python3.7/site-packages/skimage/util/init.py", line 8, in from .arraycrop import crop File "/home/atk6/anaconda3/lib/python3.7/site-packages/skimage/util/arraycrop.py", line 8, in from numpy.lib.arraypad import _validate_lengths ImportError: cannot import name '_validate_lengths' from 'numpy.lib.arraypad' (/home/atk6/anaconda3/lib/python3.7/site-packages/numpy/lib/arraypad.py)

ChenqiangHua avatar May 19 '20 05:05 ChenqiangHua

Hello,

Can you upgrade skimage and/or numpy and try again please?

Thanks,

Best, Uthpala

uthpalaherath avatar May 20 '20 16:05 uthpalaherath

I have the same question. Could you please tell me how to haddle this?

nisel avatar Apr 19 '21 01:04 nisel

I think this has something to do with your python setup. Also, which version of PyProcar are you using?

uthpalaherath avatar Apr 21 '21 15:04 uthpalaherath