Skip to content

Failed to start: No module named pkg_resources #127

@Niehztog

Description

@Niehztog

On latest Debian 9.0 Stretch, I get the followimng error when launching blockify-ui from the command line:

/usr/local/bin/blockify-ui
Traceback (most recent call last):
  File "/usr/local/bin/blockify-ui", line 6, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'

I tried re-running the setup script for setuptools:
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
as well as reinstalling pkg-resources:
sudo apt-get install --reinstall python-pkg-resources

No success. Please help

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