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
pywren create_config failed for me because it couldn't import wren.
pywren create_config
(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'```
The text was updated successfully, but these errors were encountered:
@tdhopper Was this the result of the absolute import error you just submitted a patch for?
Sorry, something went wrong.
yes
@tdhopper @ericmjonas This is fixed now with the python3 fix ?
Closing this as it is fixed now
No branches or pull requests
pywren create_config
failed for me because it couldn't import wren.The text was updated successfully, but these errors were encountered: