Skip to content

Dependency conflict with Python 3.12  #1

@akashshah59

Description

@akashshah59

The dependencies

requests==2.22.0
six== 1.12.0

seem to have a conflict for python 3.12. It is due to changes in the urllib3 library that seems to import six differently from previous versions

Solution: Upgrade urllib3, requests as well as six. Downgrading to Python 3.8.13 also helped.

Final output using downgraded python version 3.8.13:

Numpy version: 1.24.4
Pandas version: 2.0.3
Pytest version: 8.3.2
Requests version: 2.22.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions