Skip to content
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

First Install issue #24

Closed
Mazecreator opened this issue May 9, 2016 · 1 comment
Closed

First Install issue #24

Mazecreator opened this issue May 9, 2016 · 1 comment

Comments

@Mazecreator
Copy link

I ran the PIP installer under Ubuntu 15.10 under SUDO and got the following:

$ sudo pip install deer
Downloading/unpacking deer
Downloading deer-0.2.4-py2-none-any.whl (122kB): 122kB downloaded
Installing collected packages: deer
Compiling /tmp/pip-build-duZeFH/deer/deeprl/core_optim.py ...
Sorry: IndentationError: unindent does not match any outer indentation level (core_optim.py, line 144)
Successfully installed deer

I don't know if this is going to be a problem, but subsequent PIP installs yield:
$ sudo pip install deer
Requirement already satisfied (use --upgrade to upgrade): deer in /usr/local/lib/python2.7/dist-packages
Cleaning up...

So it might have installed properly.

Great project, I can't wait to work with it.

@VinF
Copy link
Owner

VinF commented May 9, 2016

This is strange because the file called "core_optim.py" has been removed from the repo (It was used for one of the example but it was unnecessary). Apparently the framework is installed fine anyway.

@VinF VinF closed this as completed May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants