First open Anaconda->; Anaconda Prompt, and then enter the following code in the pop-up dialog:
pip install --upgrade tensorflow
Then, just wait for it to run automatically, and with luck, it won’t make a mistake. Of course most of them go wrong.
When the following picture pops up with an error:
You need to find __init__. Py in the folder directory shown above. Open the file with Notepad++ and change line 73:
return s.decode(sys.__stdout__.encoding)
Change to
return s.decode('cp936')
At this point, the problem is solved.
Read More:
- [Solved] Tensorflow-gpu 2.0.0 Run Error: ModuleNotFoundError: No module named ‘tensorflow_core.estimator‘
- [Solved] Tensorflow Error: Failed to load the native TensorFlow runtime.
- Tensorflow error: attributeerror: module ‘tensorflow_ API. V1. Train ‘has no attribute’ summarywriter ‘
- TensorFlow error: AttributeError: module ‘tensorflow_core._api.v2.train’ has no attribute ‘Optimizer‘
- Tensorflow Run Error or the interface is stuck or report error: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
- [Solved] Tensorflow/Keras Error reading weights: ValueError: axes don‘t match array
- [Solved] Tensorflow Win10: ImportError: DLL load failed
- [ubuntu14.04]Tensorflow: Could not find any downloads that satisfy the requirement
- [Solved] HTML report error, httprunner 3. X HTML report error, oserror: [winerror 6] handle invalid (resolved)
- [Solved] Python2 Install tensorflow Error: class DescriptorBase(metaclass=DescriptorMetaclass), SyntaxError: invalid syntax
- Error in Tensorflow using variables: List of Tensors when single Tensor expected
- [Solved] Tensorflow Error: failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED
- TensorFlow tf.keras.losses .MeanSquaredError
- TensorFlow issue: Expected int32, got list containing Tensors of type ‘_Message’ instead.
- [Solved] TensorFlow severing Container Creat Error: failed: Out of range: Read less bytes than requested
- [Solved] TensorFlow Error: you must feed a value for placeholder tensor
- Tensorflow C++:You must define TF_LIB_GTL_ALIGNED_CHAR_ARRAY for your compiler
- Tensorflow GPU error (4 Type Error and their Solutions)
- [Solved] TensorFlow Error: ‘Tensor‘ object does not support item assignment
- [Solved] Tensorflow-gpu Error: self._traceback = tf_stack.extract_stack()