I quite begginer with Python and have actually a problem with numpy. When I try to import seaborn (chart visualisation) or to do a kmeans with sklearn, I have a message of error :
"AttributeError: module 'numpy' has no attribute 'round'"
I don't really understand the problem.
My numpy package is version 1.23.4 and I already tried to update the package and pip but the problem keep. Does some can help me please ? Many thankss
import numpyand thenprint(numpy.__file__)to see where the .py file is. Andprint(numpy.__version__)to see its version.