Closed ain-soph closed 2 years ago
Good question. I remember there are some conflicts between the higher-version numpy and the off-the-shelf benchmark files. But I can not remember the details, if you can also help resolve the above check failure issues, it may be ok.
The old python setup.py install
will call easy_install
instead of pip
to install dependencies.
easy_install
is already deprecated and it finds wrong numpy version. (1.22.3 for python 3.6, which can't be built).
Oh, good to know that.
Thanks for your contribution!
Is it possible to remove numpy version requirements?
I want to use the benchmark, but my codes are relying on some new bug fixes after
numpy>1.20
.