Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #91 #92

Merged
Merged

Conversation

butchland
Copy link
Contributor

Reapply fix for #86 which was unintentionally reverted by commit id #e6620759fada127a1ef4cb2336d4ad9f8c000910

This will allow the fastai package to run with Python 3.6 which doesn't have the
mp_context parameter in the list of arguments to ProcessPoolExecutor,
which was introduced only in Python 3.7.
See https://docs.python.org/3/library/concurrent.futures.html#processpoolexecutor

…commit id #e6620759fada127a1ef4cb2336d4ad9f8c000910

This will allow the fastai package to run with Python 3.6 which doesn't have the
mp_context parameter in the list of arguments to ProcessPoolExecutor,
which was introduced only in Python 3.7.
See https://docs.python.org/3/library/concurrent.futures.html#processpoolexecutor
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jph00 jph00 merged commit 6182e3a into AnswerDotAI:master Sep 24, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants