wzh1895/ASDM

Second Example Notebook Bug

Closed this issue · 2 comments

Dear Wang,

I am getting a stack warning in the second notebook at the import phase:

AttributeError: module 'numpy.distutils.config' has no attribute 'blas_opt_info'

I think this can be fixed by downgrading the numpy version with pip3 install --upgrade numpy==1.20.3

The versions of all the packages should be specified in the requirements.txt file

The versions of all the packages should be specified in the requirements.txt file

Thanks Matt! I have updated the requirements.txt file with specified versions in 2b1961a. It now specifies numpy==1.21.5 and this should solve the problem.