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

Multiprocessing broken on Windows since 1.1 #193

Closed
schlamar opened this issue Feb 23, 2015 · 2 comments
Closed

Multiprocessing broken on Windows since 1.1 #193

schlamar opened this issue Feb 23, 2015 · 2 comments

Comments

@schlamar
Copy link
Contributor

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python27\Lib\multiprocessing\forking.py", line 380, in main
    prepare(preparation_data)
  File "c:\Python27\Lib\multiprocessing\forking.py", line 488, in prepare
    assert main_name not in sys.modules, main_name
AssertionError: __main__

This is probably an upstream bug but there might be a workaround: http://bugs.python.org/issue10845

@schlamar
Copy link
Contributor Author

Could be this one: pypa/pip#1891

@myint
Copy link
Collaborator

myint commented Apr 4, 2015

So #173 caused this? Are we getting any benefits from wheel that make it worth the bugginess?

Thanks

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

2 participants