Skip to content

Integration with argparse requires progressbar package #86

@blochberger

Description

@blochberger

I am trying to use argparse integration, but it turns out that one cannot import BitmathType without having the progressbar package installed.

Steps to reproduce:

python -m venv .tmp-env
. .tmp-env/bin/activate
pip install --upgrade pip setuptools wheel
pip install bitmath
python -c 'from bitmath.integrations import BitmathType'

This will raise the following error:

ModuleNotFoundError: No module named 'progressbar'

I do not think that the progressbar package is required.

Tested with Python 3.7.3 and bitmath 1.3.3.1 on macOS 10.14.5.

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