Numpy error #365

Open
opened 2022-12-21 12:57:36 +01:00 by Rhenm091619 · 2 comments
Rhenm091619 commented 2022-12-21 12:57:36 +01:00 (Migrated from github.com)

Whats seems to be the problem?

raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'object'

Whats seems to be the problem? raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'object'
Liam6666 commented 2023-05-11 15:26:03 +02:00 (Migrated from github.com)

AttributeError: module 'numpy' has no attribute 'float'.

AttributeError: module 'numpy' has no attribute 'float'.
Valentuz commented 2023-06-29 16:43:32 +02:00 (Migrated from github.com)

AttributeError: module 'numpy' has no attribute 'float'.

in \SimSwap-main\util\reverse2original.py
in lines 157, 159 and 168 change "dtype=np.float" to "dtype=np.float64"

> AttributeError: module 'numpy' has no attribute 'float'. in \SimSwap-main\util\reverse2original.py in lines 157, 159 and 168 change "dtype=np.float" to "dtype=np.float64"
Sign in to join this conversation.