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

Python3 Not Supported #2

Open
xanderdunn opened this issue Oct 5, 2016 · 0 comments
Open

Python3 Not Supported #2

xanderdunn opened this issue Oct 5, 2016 · 0 comments

Comments

@xanderdunn
Copy link

Python3.5 with tensorflow 0.10.0.

>>> import imperative
>>> imperative.self_test()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/local/dev/imperative/release/imperative.py", line 1721, in self_test
    env = Env(tf)
  File "/local/dev/imperative/release/imperative.py", line 1328, in __init__
    rewriter = ModuleRewriter(symbol_rewriter, "imperative.")
  File "/local/dev/imperative/release/imperative.py", line 978, in __init__
    for _unused_name, module in sys.modules.items():
RuntimeError: dictionary changed size during iteration

Supporting Python3 isn't very important, but wanted to document that it should only be used with Python2 for now.

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

1 participant