Closed malwaredllc closed 2 years ago
i am experiencing this exact same issue with @malwaredllc when trying to install py-cryptonight on both windows 10 and windows 7 with python -V 2.7.18. please help
@Zubby99 I have no access to Win10 so there has to be somebody with that access and do the pull request.
Did you also try Python 3.7?
Install the library with GIT. I succeeded on Python 3.7 Windows 10
pls try again with 0.3.5. Closing, reopen if problem still persists, thanks!
Thanks for this great project! It is working for me on macOS, however, I am struggling to get it working on Windows. Here is what I have tried so far:
1) First error was
fatal error: cannot include 'stdint.h' - no such file or directory
. I did a bit of research and think I fixed this by downloading stdint.h from here https://github.com/chemeris/msinttypes/blob/master/stdint.h and putting it inC:\Users\malwaredllc\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\include\
.2) Next error was
fatal error: cannot include 'stdbool.h' - no such file or directory
. I applied the same kind of fix for this (i.e. downloading stdbool.h and putting it in theC:\Users\malwaredllc\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\include\
directory.3) Now that I'm not getting the errors above, I am getting a long stream of syntax errors that eventually exceeds 100 and crashes - see output below: