Whenever I try to run pip install mist, it shows me this error.
ERROR: Failed building wheel for pycrypto
Running setup.py clean for pycrypto Failed to build pycrypto Installing collected packages: pycrypto, ansible, mist Running setup.py install for pycrypto ... error ERROR: Command errored out with exit status 1: command: 'c:\users\utshab kumar ghosh\appdata\local\programs\python\python36\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\UTSHAB~1\AppData\Local\Temp\pip-install-c048vl5n\pycrypto\setup.py'"'"'; file='"'"'C:\Users\UTSHAB~1\AppData\Local\Temp\pip-install-c048vl5n\pycrypto\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\UTSHAB~1\AppData\Local\Temp\pip-record-m3uevb6g\install-record.txt' --single-version-externally-managed --compile cwd: C:\Users\UTSHAB~1\AppData\Local\Temp\pip-install-c048vl5n\pycrypto\
How can I solve this problem? I don't want to downgrade to Python 3.5.