cyanomiko / dcnnt-py

UI-less tool to connect Android phone with desktop
MIT License
185 stars 8 forks source link

Installation Error Windows #6

Closed emhl closed 3 years ago

emhl commented 3 years ago

when i try to install the program with pip i get the following error message:

Collecting dcnnt Using cached dcnnt-0.3.6-py3-none-any.whl (22 kB) Collecting pycryptodome>=3.9.3 Using cached pycryptodome-3.9.8.tar.gz (15.6 MB) ERROR: Command errored out with exit status 1: command: 'c:\bin\python\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Emil\AppData\Local\Temp\pip-install-8u2rtl29\pycryptodome\setup.py'"'"'; file='"'"'C:\Users\Emil\AppData\Local\Temp\pip-install-8u2rtl29\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\Emil\AppData\Local\Temp\pip-pip-egg-info-etvkq3_d' cwd: C:\Users\Emil\AppData\Local\Temp\pip-install-8u2rtl29\pycryptodome\ Complete output (20 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\Emil\AppData\Local\Temp\pip-install-8u2rtl29\pycryptodome\setup.py", line 457, in set_compiler_options(package_root, ext_modules) File "C:\Users\Emil\AppData\Local\Temp\pip-install-8u2rtl29\pycryptodome\compiler_opt.py", line 341, in set_compiler_options clang = compiler_is_clang() File "C:\Users\Emil\AppData\Local\Temp\pip-install-8u2rtl29\pycryptodome\compiler_opt.py", line 251, in compiler_is_clang return test_compilation(source, msg="clang") File "C:\Users\Emil\AppData\Local\Temp\pip-install-8u2rtl29\pycryptodome\compiler_opt.py", line 82, in test_compilation objects = compiler.compile([fname], extra_postargs=extra_cc_options) File "c:\bin\python\python39\lib\distutils_msvccompiler.py", line 323, in compile self.initialize() File "c:\bin\python\python39\lib\distutils_msvccompiler.py", line 220, in initialize vc_env = _get_vc_env(plat_spec) File "c:\bin\python\python39\lib\site-packages\setuptools\msvc.py", line 314, in msvc14_get_vc_env return _msvc14_get_vc_env(plat_spec) File "c:\bin\python\python39\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

cyanomiko commented 3 years ago

Sorry, Windows is not currently supported.

theAkito commented 3 years ago

@cyanomiko

Will Windows ever be supported?