auction-gym icon indicating copy to clipboard operation
auction-gym copied to clipboard

Python Dependency Error

Open L0Z1K opened this issue 1 year ago • 1 comments

When I install the python packages with requirements.txt, I can get this error.

image

Therefore, I think you should downgrade the numpy version to 1.21.0. It works well in my device.

L0Z1K avatar Apr 13 '23 06:04 L0Z1K

same problem here. I think it's best for you to leave numpy upgraded and bump numba from 0.55.1 to 0.55.2 so that it requires numpy<1.23.0 instead of <1.22.0

MBonalumi avatar Apr 26 '23 11:04 MBonalumi