steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Hello I am Getting error: Setup script exited with error: #198

Closed tomriddle54 closed 6 years ago

tomriddle54 commented 6 years ago

Here is the Error I am Getting on windows 7 I hate visual studio I don't want to install in what is the other way to install it here is my error

mp\pip-1i_gvy52-record\install-record.txt --single-version-externally-managed --
compile:
    running install
    running build
    running build_ext
    building 'ujson' 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\ustafa\appdata\local\programs\python\python36\python.exe -u -c
 "import setuptools, tokenize;__file__='C:\\Users\\ustafa\\AppData\\Local\\Temp\
\pip-build-zjhdbdko\\ujson\\setup.py';f=getattr(tokenize, 'open', open)(__file__
);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'ex
ec'))" install --record C:\Users\ustafa\AppData\Local\Temp\pip-1i_gvy52-record\i
nstall-record.txt --single-version-externally-managed --compile" failed with err
or code 1 in C:\Users\ustafa\AppData\Local\Temp\pip-build-zjhdbdko\ujson\
chhantyal commented 6 years ago

Looks like you need C++ build tools, not visual studio.

tomriddle54 commented 6 years ago

Any Links to download it On Apr 1, 2018 3:48 PM, "Nar Kumar Chhantyal" notifications@github.com wrote:

Looks liek you need C++ build tools, not visual studio.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/steemit/steem-python/issues/198#issuecomment-377776867, or mute the thread https://github.com/notifications/unsubscribe-auth/AXpkNybfy_B9iCl_tnqKZjjj5cPkRbCJks5tkKlkgaJpZM4TCZUn .

cyon1c commented 6 years ago

As this is an environment specific build error, and not an issue with the library itself, this comment will be closed. There is a link in your error log for where to download it.