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

Install fails on Ubuntu 15.04 #18

Open
jdmcdonnell opened this issue Apr 22, 2015 · 1 comment
Open

Install fails on Ubuntu 15.04 #18

jdmcdonnell opened this issue Apr 22, 2015 · 1 comment

Comments

@jdmcdonnell
Copy link

mac@mac-desktop:$ sudo git clone git://github.com/marshall/logcat-color.git
Cloning into 'logcat-color'...
remote: Counting objects: 309, done.
remote: Total 309 (delta 0), reused 0 (delta 0), pack-reused 309
Receiving objects: 100% (309/309), 410.58 KiB | 507.00 KiB/s, done.
Resolving deltas: 100% (130/130), done.
Checking connectivity... done.
mac@mac-desktop:
$ cd logcat-color
mac@mac-desktop:/logcat-color$ ls -al
total 80
drwxr-xr-x 5 root root 4096 Apr 22 09:41 .
drwxr-xr-x 47 mac mac 4096 Apr 22 09:41 ..
drwxr-xr-x 8 root root 4096 Apr 22 09:41 .git
-rw-r--r-- 1 root root 22 Apr 22 09:41 .gitignore
-rw-r--r-- 1 root root 11359 Apr 22 09:41 LICENSE
drwxr-xr-x 2 root root 4096 Apr 22 09:41 logcatcolor
-rwxr-xr-x 1 root root 10201 Apr 22 09:41 logcat-color
-rw-r--r-- 1 root root 37 Apr 22 09:41 MANIFEST.in
-rw-r--r-- 1 root root 8804 Apr 22 09:41 README.md
-rwxr-xr-x 1 root root 4529 Apr 22 09:41 release.py
-rw-r--r-- 1 root root 352 Apr 22 09:41 setup.json
-rw-r--r-- 1 root root 377 Apr 22 09:41 setup.py
drwxr-xr-x 4 root root 4096 Apr 22 09:41 test
mac@mac-desktop:
/logcat-color$ sudo python setup.py install
Traceback (most recent call last):
File "setup.py", line 5, in
from setuptools import setup, find_packages
ImportError: No module named setuptools
mac@mac-desktop:~/logcat-color$

@luislezcair
Copy link

Search setuptools for python in the repositories and install it.
Also, I think the python executable points to python3 in Ubuntu and, at least for me, it's not working with it. I used python2.

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

2 participants