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

Installation issue on Ubuntu #22

Open
ganesh3 opened this issue Sep 18, 2016 · 2 comments
Open

Installation issue on Ubuntu #22

ganesh3 opened this issue Sep 18, 2016 · 2 comments

Comments

@ganesh3
Copy link

ganesh3 commented Sep 18, 2016

Hi,

Getting the following error post cloning from Git on Ubuntu 16.04

./box-sync setup
Traceback (most recent call last):
File "./box-sync", line 51, in
from noiselabs.box.main import box_main
File "/home/ganesh/box-linux-sync/src/noiselabs/init.py", line 22, in
import('pkg_resources').declare_namespace(name)
ImportError: No module named pkg_resources

Regards

@micahculpepper
Copy link

@ganesh3 I'm not a maintainer on this project, but I happened to see your post.

'pkg_resources' is a Python library that should be installed on your system, but apparently isn't. To fix it, try this:

sudo apt-get install python python-pip
sudo pip install setuptools --upgrade

@shivasurya
Copy link

thanks this helped :)

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

3 participants