Skip to content

"No module named 'brow.utils'" and "cannot import name 'echo' from 'captain'" #19

@enricovicari

Description

@enricovicari

After installing wishlist with 'pip install wishlist', trying to run
wishlist dump 9YDNFG31NSSRL
gives the error " No module named 'brow.utils'"

The error is fixed by upgrading brow with the command
pip install --upgrade "git+https://github.com/Jaymon/brow#egg=brow"

Now when running
wishlist dump 9YDNFG31NSSRL
new error is shown
ImportError: cannot import name 'echo' from 'captain'

This error is fixed by upgrading captain with the command
pip install captain==3.0.1

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