Advertisement
AquaBlitz11

Untitled

Mar 31st, 2020
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. ERROR: Command errored out with exit status 1:
  2. command: 'c:\users\acer\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ACER\\AppData\\Local\\Temp\\pip-install-f6lv0qfa\\manimlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\ACER\\AppData\\Local\\Temp\\pip-install-f6lv0qfa\\manimlib\\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 pip-egg-info
  3. cwd: C:\Users\ACER\AppData\Local\Temp\pip-install-f6lv0qfa\manimlib\
  4. Complete output (24 lines):
  5. ERROR:root:Error parsing
  6. Traceback (most recent call last):
  7. File "c:\users\acer\appdata\local\temp\pip-install-f6lv0qfa\manimlib\.eggs\pbr-5.4.4-py3.8.egg\pbr\core.py", line 96, in pbr
  8. attrs = util.cfg_to_args(path, dist.script_args)
  9. File "c:\users\acer\appdata\local\temp\pip-install-f6lv0qfa\manimlib\.eggs\pbr-5.4.4-py3.8.egg\pbr\util.py", line 271, in cfg_to_args
  10. pbr.hooks.setup_hook(config)
  11. File "c:\users\acer\appdata\local\temp\pip-install-f6lv0qfa\manimlib\.eggs\pbr-5.4.4-py3.8.egg\pbr\hooks\__init__.py", line 25, in setup_hook
  12. metadata_config.run()
  13. File "c:\users\acer\appdata\local\temp\pip-install-f6lv0qfa\manimlib\.eggs\pbr-5.4.4-py3.8.egg\pbr\hooks\base.py", line 27, in run
  14. self.hook()
  15. File "c:\users\acer\appdata\local\temp\pip-install-f6lv0qfa\manimlib\.eggs\pbr-5.4.4-py3.8.egg\pbr\hooks\metadata.py", line 25, in hook
  16. self.config['version'] = packaging.get_version(
  17. File "c:\users\acer\appdata\local\temp\pip-install-f6lv0qfa\manimlib\.eggs\pbr-5.4.4-py3.8.egg\pbr\packaging.py", line 858, in get_version
  18. version = _get_version_from_pkg_metadata(package_name)
  19. File "c:\users\acer\appdata\local\temp\pip-install-f6lv0qfa\manimlib\.eggs\pbr-5.4.4-py3.8.egg\pbr\packaging.py", line 826, in _get_version_from_pkg_metadata
  20. pkg_metadata = email.message_from_file(pkg_metadata_file)
  21. File "c:\users\acer\appdata\local\programs\python\python38-32\lib\email\__init__.py", line 54, in message_from_file
  22. return Parser(*args, **kws).parse(fp)
  23. File "c:\users\acer\appdata\local\programs\python\python38-32\lib\email\parser.py", line 53, in parse
  24. data = fp.read(8192)
  25. File "c:\users\acer\appdata\local\programs\python\python38-32\lib\encodings\cp874.py", line 23, in decode
  26. return codecs.charmap_decode(input,self.errors,decoding_table)[0]
  27. UnicodeDecodeError: 'charmap' codec can't decode byte 0x9c in position 1889: character maps to <undefined>
  28. error in setup command: Error parsing C:\Users\ACER\AppData\Local\Temp\pip-install-f6lv0qfa\manimlib\setup.cfg: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9c in position 1889: character maps to <undefined>
  29. ----------------------------------------
  30. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement