Skip to content

Issue installing python deps #90

@mikedotexe

Description

@mikedotexe

Maybe this is an issue on Mac, but following the directions in setup.md I ran:

pip install -r requirements.txt

(where which pip is where I'd kinda of expect it to be: /Users/mike/opt/miniconda3/envs/pollmaster/bin/pip)

I consistently get a version issue:

ERROR: Cannot install -r requirements.txt (line 9) and aiohttp==3.7.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested aiohttp==3.7.2
    dblpy 0.3.4 depends on aiohttp<3.7.0 and >=3.3.0

Looks like the requirements file hasn't been modified in a while, which is surprising.

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