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

ImportError: No module named 'wren' #19

Closed
tdhopper opened this issue Oct 20, 2016 · 4 comments
Closed

ImportError: No module named 'wren' #19

tdhopper opened this issue Oct 20, 2016 · 4 comments

Comments

@tdhopper
Copy link
Collaborator

pywren create_config failed for me because it couldn't import wren.

(pywren-test) ✔ ~/repos/pywren-test
12:44 $ ipython --no-banner

In [1]: import pywren
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-4be033962a5f> in <module>()
----> 1 import pywren

/Users/tdhopper/repos/pywren-test/pywren/pywren/__init__.py in <module>()
----> 1 import wren
      2 from wren import default_executor, wait

ImportError: No module named 'wren'```
@ericmjonas
Copy link
Collaborator

@tdhopper Was this the result of the absolute import error you just submitted a patch for?

@tdhopper
Copy link
Collaborator Author

yes

@ericmjonas ericmjonas mentioned this issue Oct 21, 2016
3 tasks
@shivaram
Copy link
Collaborator

shivaram commented Mar 9, 2017

@tdhopper @ericmjonas This is fixed now with the python3 fix ?

@shivaram
Copy link
Collaborator

Closing this as it is fixed 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

3 participants