Guest User

Untitled

a guest
Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. D:Savefileing파이썬장고>virtualenv venv
  2. .Using base prefix 'c:\users\박은영\appdata\local\programs\python\python35'
  3. New python executable in D:Savefileing파이썬장고venvScriptspython.exe
  4. Failed to import the site module
  5. Traceback (most recent call last):
  6. File "D:Savefileing파이썬장고venvlibsite.py", line 703, in <module>
  7. main()
  8. File "D:Savefileing파이썬장고venvlibsite.py", line 670, in main
  9. virtual_install_main_packages()
  10. File "D:Savefileing파이썬장고venvlibsite.py", line 554, in virtual_install_main_packages
  11. sys.real_prefix = f.read().strip()
  12. UnicodeDecodeError: 'cp949' codec can't decode byte 0x9d in position 13: illegal multibyte sequence
  13. ERROR: The executable D:Savefileing파이썬장고venvScriptspython.exe is not functioning
  14. ERROR: It thinks sys.prefix is 'd:\savefile\ing\파이썬\장고' (should be 'd:\savefile\ing\파이썬\장고\venv')
  15. ERROR: virtualenv is not compatible with this system or executable
  16. Note: some Windows users have reported this error when they installed Python for "Only this user" or have multiple versions of Python installed. Copying the appropriate PythonXX.dll to the virtualenv Scripts/ directory may fix this problem.
Add Comment
Please, Sign In to add comment