You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
mac@mac-desktop:
$ sudo git clone git://github.com/marshall/logcat-color.git$ cd logcat-colorCloning 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:
mac@mac-desktop:
/logcat-color$ ls -al/logcat-color$ sudo python setup.py installtotal 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:
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$
The text was updated successfully, but these errors were encountered: