Closed iftiben10 closed 2 years ago
Interesting. Definitely shouldn't happen. Could you post the output of pip list
?
Can you run just
import tensorflow as tf
in your environment? It would appear that the error comes from a mismatch of versions between TensorFlow and numpy. I am not sure that tfimm
is really involved here.
Thank you @martinsbruveris for your response.
My tensorflow version is already the latest version and also import tensorflow as tf
.
But it does not solves the error.
I understand that you are using the latest version of TensorFlow. I am just wondering how the issue you are encountering could have been caused by tfimm
. Hence the question whether you can execute import tensorflow
without error messages? Because, if you can't then this would suggest that the problem lies with the python environment rather than tfimm
.
Problem:
When I try to install and import tfimm packages:
This error occurs:
Desktop Environment:
Question
In other repositories I have found that upgrading NumPy solves the problem. But my NumPy has the latest version. Can anyone please help me to solve this error?