Hi,
I am trying to run it locally, but I seem to get some version mismatch of numpy vs skimage.
I get this, when testing classification :
File "DeepSolar/.venv3/lib/python3.5/site-packages/skimage/util/arraycrop.py", line 8, in
from numpy.lib.arraypad import _validate_lengths
ImportError: cannot import name '_validate_lengths'
requirements.txt has floating versions (and also was missing pandas)
Could you please provide the versions of each dependency ?
Also, which version of python are you using ? 2.7 or 3.5 ? I guess it's 3.5 ?
Thanks in advance for your help.
Hi,
I am trying to run it locally, but I seem to get some version mismatch of numpy vs skimage.
I get this, when testing classification :
requirements.txt has floating versions (and also was missing pandas)
Could you please provide the versions of each dependency ?
Also, which version of python are you using ? 2.7 or 3.5 ? I guess it's 3.5 ?
Thanks in advance for your help.