-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hi there, thanks so much for creating this tool.
However, as I do not have knowledge on python, I have tried and unsuccessful on using the tool.
My Python version is already 3.6+, and I am receiving below error message when Run pip install -r requirements.txt:
ERROR: Command errored out with exit status 1:
command: 'c:\users\USER\appdata\local\programs\python\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\setup.py'"'"'; file='"'"'C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\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\USER\AppData\Local\Temp\pip-pip-egg-info-ng2cbzln'
cwd: C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome
Complete output (20 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\setup.py", line 448, in
set_compiler_options(package_root, ext_modules)
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\compiler_opt.py", line 304, in set_compiler_options
clang = compiler_is_clang()
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\compiler_opt.py", line 239, in compiler_is_clang
return test_compilation(source, msg="clang")
File "C:\Users\USER\AppData\Local\Temp\pip-install-ys4oaq2q\pycryptodome\compiler_opt.py", line 82, in test_compilation
objects = compiler.compile([fname], extra_postargs=extra_cc_options)
File "c:\users\USER\appdata\local\programs\python\python38\lib\distutils_msvccompiler.py", line 360, in compile
self.initialize()
File "c:\users\USER\appdata\local\programs\python\python38\lib\distutils_msvccompiler.py", line 253, in initialize
vc_env = _get_vc_env(plat_spec)
File "c:\users\USER\appdata\local\programs\python\python38\lib\site-packages\setuptools\msvc.py", line 314, in msvc14_get_vc_env
return _msvc14_get_vc_env(plat_spec)
File "c:\users\USER\appdata\local\programs\python\python38\lib\site-packages\setuptools\msvc.py", line 268, in _msvc14_get_vc_env
raise distutils.errors.DistutilsPlatformError(
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
Testing support for clang
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Really looking forward to your help. Thank you!