Skip to content

setup.py issues on Ubuntu 18.04.3, pip pinning needed #67

@atcuno

Description

@atcuno

A number of dependencies are broken on latest 18.04 LTS. Most of them seem to be the packages moving onto Python 3. To get it working, I had to pin the following with pip:

pip install more_itertools==5.0.0
pip install zipp==1.0.0
pip install configparser==4.0.2
pip install pyparsing==2.4.7

Pretty sure you could add these specifically in setup.py to get a clean install.

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