Answer the question
In order to leave comments, you need to log in
Error in pip installing logging?
Hello! I need to install logging, I write pip3 install logging, but a huge error comes out and at the end this
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Traceback (most recent call last):
File "Google.py", line 15, in <module>
tf.logging.set_verbosity(tf.logging.ERROR)
AttributeError: module 'tensorflow' has no attribute 'logging'
Answer the question
In order to leave comments, you need to log in
Maybe something like this?)
tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question