Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to start: No module named pkg_resources #127

Open
Niehztog opened this issue Jul 17, 2017 · 0 comments
Open

Failed to start: No module named pkg_resources #127

Niehztog opened this issue Jul 17, 2017 · 0 comments

Comments

@Niehztog
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant