Closed decoderkurt closed 6 years ago
What versions of gcc and binutils do you have?
C:\Users\kurt>ld -v GNU ld (GNU Binutils) 2.30
C:\Users\kurt>gcc --version gcc (Rev1, Built by MSYS2 project) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
C:\Users\kurt>cmake -version cmake version 3.11.0
CMake suite maintained and supported by Kitware (kitware.com/cmake).
C:\Users\kurt>make --version GNU Make 4.2.1 Built for x86_64-pc-msys Copyright (C) 1988-2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
What's the output of uname -s
?
C:\Users\kurt>uname -s MSYS_NT-10.0
try set MSYSTEM=MINGW64
and then rebuilding.
Thanks! IT WORKED!!!!!!!
Installing collected packages: gym-retro Found existing installation: gym-retro 0.5.3 Uninstalling gym-retro-0.5.3: Successfully uninstalled gym-retro-0.5.3 Running setup.py develop for gym-retro Successfully installed gym-retro
I've added that line to the README. Thanks for finding it.
Hi, I am using windows 10 64bit, python 3.5 64bit, gym-retro 0.5.3.
The problem is my gcc compiler could not compile luajit assem file ( lj_vm.s Error: unknown pseudo-op: `.hidden') need help
thanks
D:\project\gym-retro>gcc --version gcc (Rev1, Built by MSYS2 project) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
D:\project\gym-retro>pip3.5 install -e . Obtaining file:///D:/project/gym-retro Requirement already satisfied: gym in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: numpy>=1.10.4 in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: requests>=2.0 in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: six in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: pyglet>=1.2.0 in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from requests>=2.0->gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from requests>=2.0->gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: idna<2.7,>=2.5 in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from requests>=2.0->gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: certifi>=2017.4.17 in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from requests>=2.0->gym->gym-retro==0.5.4.dev11+g1b03b05) Requirement already satisfied: future in c:\users\kurt\appdata\local\programs\python\python35\lib\site-packages (from pyglet>=1.2.0->gym->gym-retro==0.5.4.dev11+g1b03b05) Installing collected packages: gym-retro Found existing installation: gym-retro 0.5.3 Uninstalling gym-retro-0.5.3: Successfully uninstalled gym-retro-0.5.3 Running setup.py develop for gym-retro Complete output from command c:\users\kurt\appdata\local\programs\python\python35\python.exe -c "import setuptools, tokenize;file='D:\project\gym-retro\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps: running develop running egg_info writing dependency_links to gym_retro.egg-info\dependency_links.txt writing requirements to gym_retro.egg-info\requires.txt writing gym_retro.egg-info\PKG-INFO writing top-level names to gym_retro.egg-info\top_level.txt warning: manifest_maker: standard file '-c' not found
Rolling back uninstall of gym-retro Command "c:\users\kurt\appdata\local\programs\python\python35\python.exe -c "import setuptools, tokenize;file='D:\project\gym-retro\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps" failed with error code 1 in D:\project\gym-retro\ You are using pip version 9.0.1, however version 10.0.0 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
D:\project\gym-retro>git clone --recursive https://github.com/openai/retro.git gym-retro