Second Example Notebook Bug
Closed this issue · 2 comments
MattStammers commented
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
MattStammers commented
The versions of all the packages should be specified in the requirements.txt file