1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| Traceback (most recent call last): File "e:\python\lib\site-packages\virtualenv.py", line 939, in call_subprocess line = line.decode(encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xca in position 38: invalid continuation byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "e:\python\lib\site-packages\virtualenv.py", line 2635, in <module> main() File "e:\python\lib\site-packages\virtualenv.py", line 870, in main symlink=options.symlink, File "e:\python\lib\site-packages\virtualenv.py", line 1173, in create_environment install_wheel(to_install, py_executable, search_dirs, download=download) File "e:\python\lib\site-packages\virtualenv.py", line 1019, in install_wheel _install_wheel_with_search_dir(download, project_names, py_executable, search_dirs) File "e:\python\lib\site-packages\virtualenv.py", line 1110, in _install_wheel_with_search_dir call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=script) File "e:\python\lib\site-packages\virtualenv.py", line 941, in call_subprocess line = line.decode(fs_encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xca in position 38: invalid continuation byte
|