Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 205 Bytes

ERROR.md

File metadata and controls

9 lines (9 loc) · 205 Bytes
  • AttributeError: module 'distutils' has no attribute 'version'
pip install setuptools==59.5.0
  • AttributeError: module 'numpy' has no attribute 'float'.
pip install "numpy<1.24"