I have been trying to install steem package in both windows and ubuntu.I have tried all the way to fix installing like doing from pip install steem ,from github, reinstalling visual C++ .I have been getting this error recenlty.
Error Occured:
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(26): error C2061: syntax error: identifier 'intmax_t'
Please help me out !
Here is a link to a post where someone was facing the same problem with python. In the comments someone a gave a solution other than "pip install steem" though they do recommend doing it directly from the console and not within visual studio. Maybe one of their solutions works for you. Hope this helps ^ ^
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks but i tried that way too
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Would recommend running it under Ubuntu. Python stuff between Linux and Windows can be a pain. Can probably figure it out, but way easier on Linux :-). Try messing around with the Steem JS too! Are you setting up a witness server or app building with steem? DTUBE is built with all JavaScript and Steem JS. Example to fetch user details. Becareful testing actual logins with this API :-)
There is another JS plugin for steem authentication, but the name slips my mind right now without sleep tonight. If you do test authentication, make sure to use your posting key only and not your primary steem key and with HTTPS only of course. Should always login to steem with the posting key unless you are updating your profile or transferring funds. Can recover the account if someone gets the posting key with your primary key. Can actually set up your own Steem Blockchain and services for testing.
Fetching user info with SteemJS:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
yeah thanks i am doing it from ubuntu
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit