-
Notifications
You must be signed in to change notification settings - Fork 29
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
No module named client #18
Comments
Hi Riccitensor,
Try using the branch tagged v0.7.4, as the client module no longer appears
to exist in the master branch.
Cheers,
John
…On Tue, Oct 31, 2017 at 3:02 AM, Riccitensor ***@***.***> wrote:
I am having this on Ubuntu 16.4, with Python 2.7.
File "riccitensor_doom.py", line 2, in <module>
import gym_pull
File "/usr/local/lib/python2.7/dist-packages/gym_pull/__init__.py", line 40, in <module>
import gym_pull.scoreboard.api
File "/usr/local/lib/python2.7/dist-packages/gym_pull/scoreboard/api.py", line 3, in <module>
from gym.scoreboard.client import resource, util
ImportError: No module named client
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMuvv_cOU1LoDF-X3INWYqV9WXBWwsovks5sxfMzgaJpZM4QLbaU>
.
|
To resolve this issue :
import collections logger = logging.getLogger(name) class RegistrationError(Exception): class Registry(object):
registry = Registry() |
I am having this on Ubuntu 16.4, with Python 2.7.
The text was updated successfully, but these errors were encountered: