Installation problem in win8

Issue #50 resolved
Hakan Şengül created an issue

Hello, I am new to use RLPy and i tried to setup in my computer, but I get a error. Then I did research for this problem but i cant found any solution ,therefore I share with you. The problem is that, I wrote as a command "pip install -U rlpy" in command line, after that i get that error. Can you help me please?

PS: I share my pip.log file as attachment

problem.jpg

Comments (6)

  1. Jannik Schürg

    It seems Visual C++ has a C89 version of math.h. I have no experience with cython, you might want to try pull request #11. I have no windows machine available to test it.

    Try to set USE_CYTHON=0 before compiling, maybe this will at least create a runnable, although slower, version.

  2. Log in to comment