터미널 및 기타 서비스를 실행할 수 없습니다

터미널 및 기타 서비스를 실행할 수 없습니다

저는 Linux Mint를 사용하고 있는데 오늘부터 이상한 오류가 발생합니다. 터미널이나 업데이트 관리자 등 일부 서비스는 작동하지 않습니다. 백업 서비스는 루트 비밀번호를 요청하지만 시작되지 않습니다. 시스템 매개변수나 시냅스와 같은 다른 것들은 잘 작동합니다.

명령을 입력할 수 있도록 다른 터미널을 설치하여 터미널에 액세스할 수 있었습니다. ctrl+alt+T 또는 ctrl+alt+F1(F7까지)과 같은 터미널 단축키도 작동하지 않습니다.

또한 redshift는 부팅 시 시작되어야 하지만 더 이상 그렇지 않습니다.

아마도 이 문제는 katrain이라는 프로그램을 설치하기 위해 python3과 pip3의 다른 버전을 설치하려고 시도했기 때문에 발생했지만 성공하지 못했습니다. 설치하려고 할 때 발생하는 오류입니다. 시스템 전체 오류에 연결된 경우를 대비해 복사했습니다.

    ERROR: Command errored out with exit status 1:
 command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5da9i7i5/pyobjus/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5da9i7i5/pyobjus/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-q_pdphzf
     cwd: /tmp/pip-install-5da9i7i5/pyobjus/
Complete output (5 lines):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-install-5da9i7i5/pyobjus/setup.py", line 58, in <module>
    cmdclass={'build_ext': build_ext},
NameError: name 'build_ext' is not defined
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py 
egg_info Check the logs for full command output.

시스템을 다시 정상으로 되돌리려면 어떻게 해야 합니까? (또는 이곳이 올바른 장소가 아닌 경우 도움을 받을 수 있는 곳)

시스템에 대한 일부 정보:

  • Mint 18 Cinnamon 64비트, 버전 3.0.7
  • 커널 4.4.0-120-일반

관련 정보