Closed loveunk closed 3 years ago
I have the same issue.
By the way, pip check
says autopytorch 0.0.2 has requirement numpy==1.19.5, but you have numpy 1.20.1.
.
Is it okay to ignore it?
I have the same issue. By the way,
pip check
saysautopytorch 0.0.2 has requirement numpy==1.19.5, but you have numpy 1.20.1.
. Is it okay to ignore it?
It's OK to ignore the warning.
After installing the latest version of Auto-Pytorch, I got the following errors:
Someone suggests to upgrade
numpy
with version >= 1.20.0.I tried with
pip install numpy==1.20.1
and it works.