1

I've been googled on github and stackoverflow, but still got the error on my vm.

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-6u435q4r/logging/

I already tried:

sudo pip install --upgrade setuptools

or

pip install --upgrade setuptools

But still not working.

2
  • What is your python and pip version? Commented Nov 26, 2018 at 4:47
  • @GaneshK python 3.6 and pip 18.1 Commented Nov 27, 2018 at 5:39

1 Answer 1

1

I am also facing the same issue.

File "/private/var/pip-install-3xwk6dg3/logging/logging/init.py", line 618 raise NotImplementedError, 'emit must be implemented '\ ^ SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/pl/jclz_xp15bl7t3y6ykhb4c_h0000gp/T/pip-install-3xwk6dg3/logging/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.