Skip to content

Python3 has rearranged functions into different modules #5

@SKPsanjeevi

Description

@SKPsanjeevi

It just happened with Python3, there are some rearrangements in libraries. So following the commands out-of-box needed some minor tweaks. For example inside make_dataset.py, I needed to change the line:

from Queue import Queue as from multiprocessing import JoinableQueue

and search and replace all Queue as JoinableQueue. Source: https://stackoverflow.com/questions/30724520/why-does-multiprocessing-queue-have-no-task-done-method

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions