-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to install #12
Comments
I have a similar message when creating my own gym environment:
|
Same problem with you, have you guys solved it already? |
No problem with me. As for me, before the above error message, pip also reported that:
means Qt4 is missing. After installing Qt4, everything works well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following error on installation.
running install running build fatal: destination path 'hfo_py' already exists and is not an empty directory. Could not build hfo-py: Command '['git', 'clone', 'https://github.com/LARG/HFO.git', 'hfo_py']' returned non-zero exit status 128.. Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\WIN10~1\AppData\Local\Temp\pip-install-ogr72o6o\hfo-py\setup.py", line 31, in <module> include_package_data=True File "c:\users\win 10\appdata\local\programs\python\python36\lib\site-packages\setuptools\__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "c:\users\win 10\appdata\local\programs\python\python36\lib\distutils\core.py", line 148, in setup dist.run_commands() File "c:\users\win 10\appdata\local\programs\python\python36\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) File "c:\users\win 10\appdata\local\programs\python\python36\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "c:\users\win 10\appdata\local\programs\python\python36\lib\site-packages\setuptools\command\install.py", line 61, in run return orig.install.run(self) File "c:\users\win 10\appdata\local\programs\python\python36\lib\distutils\command\install.py", line 545, in run self.run_command('build') File "c:\users\win 10\appdata\local\programs\python\python36\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\users\win 10\appdata\local\programs\python\python36\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "C:\Users\WIN10~1\AppData\Local\Temp\pip-install-ogr72o6o\hfo-py\setup.py", line 13, in run subprocess.check_call(['git', 'clone', 'https://github.com/LARG/HFO.git', 'hfo_py']) File "c:\users\win 10\appdata\local\programs\python\python36\lib\subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'clone', 'https://github.com/LARG/HFO.git', 'hfo_py']' returned non-zero exit status 128.
The text was updated successfully, but these errors were encountered: