Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1.  
  2. (venv) c:\>python -m pip install bpy
  3. Collecting bpy
  4. Downloading bpy-1.2.3.tar.gz (20 kB)
  5. ERROR: Command errored out with exit status 1:
  6. command: 'c:\venv\Scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\d351d3r\\AppData\\Local\\Temp\\pip-install-rdu7wy1l\\bpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\d351d3r\\AppData\\Local\\Temp\\pip-install-rdu7wy1l\\bpy\\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 'C:\Users\d351d3r\AppData\Local\Temp\pip-install-rdu7wy1l\bpy\pip-egg-info'
  7. cwd: C:\Users\d351d3r\AppData\Local\Temp\pip-install-rdu7wy1l\bpy\
  8. Complete output (16 lines):
  9. Traceback (most recent call last):
  10. File "C:\Program Files\Python38\lib\tokenize.py", line 342, in find_cookie
  11. codec = lookup(encoding)
  12. LookupError: unknown encoding: future_fstrings
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17. File "<string>", line 1, in <module>
  18. File "C:\Program Files\Python38\lib\tokenize.py", line 394, in open
  19. encoding, lines = detect_encoding(buffer.readline)
  20. File "C:\Program Files\Python38\lib\tokenize.py", line 381, in detect_encoding
  21. encoding = find_cookie(second)
  22. File "C:\Program Files\Python38\lib\tokenize.py", line 350, in find_cookie
  23. raise SyntaxError(msg)
  24. SyntaxError: unknown encoding for 'C:\\Users\\d351d3r\\AppData\\Local\\Temp\\pip-install-rdu7wy1l\\bpy\\setup.py': future_fstrings
  25. ----------------------------------------
  26. 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