typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

ERROR installing rl_coach - It worked one week ago

Open Eriz11 opened this issue 4 years ago • 0 comments

Hey guys,

I'm having trouble installing coach in another environment doing the same exact process I did in the same computer.

I just create a brand new conda environment with some packages and then try to do: pip install rl_coach (I don't do pip3 because my pip points to pip3 actually). The error is the following:

7.4.0
Collecting rl_coach
Collecting tensorflow-gpu>=1.9.0 (from rl_coach)
  ERROR: Could not find a version that satisfies the requirement tensorflow-gpu>=1.9.0 (from rl_coach) (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu>=1.9.0 (from rl_coach)

Which seems kind of rare and that something has been missed out in the last commits or versioning regatrding the tensorflow-gpu version.

¿Could you check that out please?

Many thanks for the work,

EDIT:

I have deepen a bit more. I see that there was an issue (#157) related while ago, asking for the pip show tensorflow-gpu command. Note, I have double-checked that the pip I'm using is the one inside the environment and I haven't installed previously the tensorflow-gpu package within the conda env and it worked without problem a week or two ago with the version 1.0.0, which I see it is the same that I'm installing now from pypi. I'm a bit confused at this point about what might be happening.

When it worked, also I double checked that the different scripts were using my GPU seeing the memory allocation on the watch -n 2 nvidia-smi command.

The command outputs this: 7.4.0

EDIT 2:

I have continue trying in another computer and I have another error actually, related to pygame, which is something that I have never seen before and I have not also installed pygame when I did the pip install in the past; it just worked with my custom environments which are not "games".

This is the error when doing just pip install rl_coach:

ERROR: Complete output from command python setup.py egg_info:
    ERROR: 
    
    WARNING, No "Setup" File Exists, Running "buildconfig/config.py"
    Using UNIX configuration...
    
    /bin/sh: 1: sdl-config: not found
    /bin/sh: 1: sdl-config: not found
    /bin/sh: 1: sdl-config: not found
    /bin/sh: 1: pkg-config: not found
    /bin/sh: 1: pkg-config: not found
    /bin/sh: 1: pkg-config: not found
    
    Hunting dependencies...
    WARNING: "sdl-config" failed!
    WARNING: "pkg-config freetype2" failed!
    Unable to run "sdl-config". Please make sure a development version of SDL is installed.
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-gpump4vk/pygame/

¿Any thoughts on this?

Eriz11 avatar Aug 13 '19 18:08 Eriz11