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 module not being installed #47400

Closed
hdiogenes mannequin opened this issue Jun 20, 2008 · 5 comments
Closed

multiprocessing module not being installed #47400

hdiogenes mannequin opened this issue Jun 20, 2008 · 5 comments

Comments

@hdiogenes
Copy link
Mannequin

hdiogenes mannequin commented Jun 20, 2008

BPO 3150
Nosy @hdiogenes, @benjaminp
Files
  • install_multiprocessing.patch: Adds multiprocessing to installation
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2008-06-20.02:47:49.993>
    created_at = <Date 2008-06-20.01:59:10.867>
    labels = ['easy', 'expert-installation']
    title = 'multiprocessing module not being installed'
    updated_at = <Date 2008-06-20.02:47:49.955>
    user = 'https://github.com/hdiogenes'

    bugs.python.org fields:

    activity = <Date 2008-06-20.02:47:49.955>
    actor = 'benjamin.peterson'
    assignee = 'jnoller'
    closed = True
    closed_date = <Date 2008-06-20.02:47:49.993>
    closer = 'benjamin.peterson'
    components = ['Installation']
    creation = <Date 2008-06-20.01:59:10.867>
    creator = 'hdiogenes'
    dependencies = []
    files = ['10665']
    hgrepos = []
    issue_num = 3150
    keywords = ['patch', 'easy']
    message_count = 5.0
    messages = ['68439', '68440', '68442', '68443', '68444']
    nosy_count = 3.0
    nosy_names = ['hdiogenes', 'benjamin.peterson', 'jnoller']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue3150'
    versions = ['Python 3.0']

    @hdiogenes
    Copy link
    Mannequin Author

    hdiogenes mannequin commented Jun 20, 2008

    The new multiprocessing module is not being installed:

    $ python3.0
    Python 3.0b1+ (py3k:64417, Jun 19 2008, 21:25:46) 
    [GCC 4.0.1 (Apple Inc. build 5483)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import multiprocessing
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: No module named multiprocessing
    >>> 

    After adding it to Makefile.pre.in and rebuilding/reinstalling:

    $ python3.0
    Python 3.0b1+ (py3k:64417M, Jun 19 2008, 22:50:25) 
    [GCC 4.0.1 (Apple Inc. build 5483)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import multiprocessing
    >>>

    @hdiogenes hdiogenes mannequin added the topic-installation label Jun 20, 2008
    @jnoller
    Copy link
    Mannequin

    jnoller mannequin commented Jun 20, 2008

    Is this a make && make install?

    @jnoller jnoller mannequin self-assigned this Jun 20, 2008
    @jnoller jnoller mannequin added the easy label Jun 20, 2008
    @hdiogenes
    Copy link
    Mannequin Author

    hdiogenes mannequin commented Jun 20, 2008

    Jesse, not install, but altinstall:
    sudo rm -fr /usr/local/lib/python3.0
    make clean
    make && sudo make altinstall

    Forgot to mention that it was originally reported by Rodrigo Fenrrir.

    @jnoller
    Copy link
    Mannequin

    jnoller mannequin commented Jun 20, 2008

    Thanks. This is what I get from running out of subversion all the time.

    @benjaminp
    Copy link
    Contributor

    I think r64422 should do the trick.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant