Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. ERROR: Command errored out with exit status 1:
  2. command: 'c:\python38\python.exe' -c 'import sys, setuptools, tokenize; sys
  3. .argv[0] = '"'"'C:\\Users\\Виктор\\AppData\\Local\\Temp\\pip-install-cw5l95je\\p
  4. yobjc-framework-CoreText\\setup.py'"'"'; file='"'"'C:\\Users\\Виктор\\AppDat
  5. a\\Local\\Temp\\pip-install-cw5l95je\\pyobjc-framework-CoreText\\setup.py'"'"';f
  6. =getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r
  7. \n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))'
  8. egg_info —egg-base pip-egg-info
  9. cwd: C:\Users\Виктор\AppData\Local\Temp\pip-install-cw5l95je\pyobjc-fra
  10. mework-CoreText\
  11. Complete output (15 lines):
  12. Traceback (most recent call last):
  13. File "<string>", line 1, in <module>
  14. File "C:\Users\Виктор\AppData\Local\Temp\pip-install-cw5l95je\pyobjc-frame
  15. work-CoreText\setup.py", line 21, in <module>
  16. Extension(
  17. File "C:\Users\Виктор\AppData\Local\Temp\pip-install-cw5l95je\pyobjc-frame
  18. work-CoreText\pyobjc_setup.py", line 408, in Extension
  19. os_level = get_os_level()
  20. File "C:\Users\Виктор\AppData\Local\Temp\pip-install-cw5l95je\pyobjc-frame
  21. work-CoreText\pyobjc_setup.py", line 218, in get_os_level
  22. pl = plistlib.readPlist("/System/Library/CoreServices/SystemVersion.plis
  23. t")
  24. File "c:\python38\lib\plistlib.py", line 99, in readPlist
  25. with _maybe_open(pathOrFile, 'rb') as fp:
  26. File "c:\python38\lib\contextlib.py", line 113, in enter
  27. return next(self.gen)
  28. File "c:\python38\lib\plistlib.py", line 82, in _maybe_open
  29. with open(pathOrFile, mode) as fp:
  30. FileNotFoundError: [Errno 2] No such file or directory: '/System/Library/Cor
  31. eServices/SystemVersion.plist'
  32. —------------------------------------—
  33. ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
  34. e logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement