I just ran the following command:
pip install -U steem
and the installation worked well until it failed to install pycrypto
.
Afterwards I did the
pip install cryptography
command because I thought it was the missing package.
So my question is, how I can install steem
without the pycrypto-error (or the pycrypto-package in addition) and how to uninstall the cryptography-Package which I don't need.
(I'm using Windows 7 and Python 3)
Requirement already up-to-date: python-dateutil in c:users***appdatalo
calprogramspythonpython36libsite-packages (from dateparser->maya->steem)
...
Installing collected packages: urllib3, idna, chardet, certifi, requests, pycryp
to, funcy, w3lib, voluptuous, diff-match-patch, scrypt, prettytable, appdirs, la
ngdetect, ruamel.yaml, humanize, tzlocal, regex, dateparser, pytzdata, pendulum,
maya, ecdsa, pylibscrypt, ujson, toolz, steem
Running setup.py install for pycrypto ... error
Complete output from command c:users***appdatalocalprogramspytho
npython36python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\
***~1\AppData\Local\Temp\pip-build-k6flhu5k\pycrypto\setup.py';f=getattr(
tokenize, 'open', open)(__file__);code=f.read().replace('
', '
');f.close();
exec(compile(code, __file__, 'exec'))" install --record C:Users***N~1AppDat
aLocalTemppip-igpkll6u-recordinstall-record.txt --single-version-externally-
managed --compile:
running install
running build
running build_py
...
building 'Crypto.Random.OSRNG.winrandom' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual
C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
Command "c:users***appdatalocalprogramspythonpython36python.exe -u
-c "import setuptools, tokenize;__file__='C:\Users\***N~1\AppData\Local\
Temp\pip-build-k6flhu5k\pycrypto\setup.py';f=getattr(tokenize, 'open', open)(
__file__);code=f.read().replace('
', '
');f.close();exec(compile(code, __fil
e__, 'exec'))" install --record C:Users***N~1AppDataLocalTemppip-igpkll6
u-recordinstall-record.txt --single-version-externally-managed --compile" faile
d with error code 1 in C:Users***N~1AppDataLocalTemppip-build- k6flhu5kp
ycrypto
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…