Skip to content

Fails missing urlparse #36

@GeneralAccess

Description

@GeneralAccess

I wanted to assess whether PySift would be useful for my task, but it errored. ChatGPT says:

"It looks like you're encountering a compatibility issue. The urlparse module has been moved to urllib.parse in Python 3, and this is likely causing the ModuleNotFoundError.

To fix the error, you need to modify the import statement in the code that's triggering it. Specifically, instead of importing urlparse from urlparse (which was used in Python 2), you should import it from urllib.parse in Python 3."

I tried this but it didn't work. I don't want to have to fix the code just to do a test, so I will use something else. By-the-way it looks as though this may have been abandoned looking at the dates.

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