luckydonald / shairport-decoder

Decodes meta information send by shairport sync, an airplay server. Provides an API, or an example Webserver serving the information. Python.
GNU Lesser General Public License v3.0
20 stars 5 forks source link

Install fails PipError #2

Open thejacko12354 opened 8 years ago

thejacko12354 commented 8 years ago

Install fails with:

Traceback (most recent call last): File "/usr/local/lib/python3.2/dist-packages/setuptools-20.7.0-py3.2.egg/setuptools/sandbox.py", line 154, in save_modules File "/usr/local/lib/python3.2/dist-packages/setuptools-20.7.0-py3.2.egg/setuptools/sandbox.py", line 195, in setup_context File "/usr/local/lib/python3.2/dist-packages/setuptools-20.7.0-py3.2.egg/setuptools/sandbox.py", line 243, in run_setup File "/usr/local/lib/python3.2/dist-packages/setuptools-20.7.0-py3.2.egg/setuptools/sandbox.py", line 273, in run File "/usr/local/lib/python3.2/dist-packages/setuptools-20.7.0-py3.2.egg/setuptools/sandbox.py", line 242, in runner File "/usr/local/lib/python3.2/dist-packages/setuptools-20.7.0-py3.2.egg/setuptools/sandbox.py", line 46, in _execfile File "/tmp/easy_install-lzf3hj/luckydonald-utils-0.43/setup.py", line 4, in from setuptools import setup, find_packages # Always prefer setuptools over distutils File "/tmp/easy_install-lzf3hj/luckydonald-utils-0.43/luckydonaldUtils/dependencies/init.py", line 3, in File "/tmp/easy_install-lzf3hj/luckydonald-utils-0.43/luckydonaldUtils/dependencies/install.py", line 2, in File "/tmp/easy_install-lzf3hj/luckydonald-utils-0.43/luckydonaldUtils/dependencies/pip_interface.py", line 11, in ImportError: cannot import name PipError

Python3, setuptools, pip3 is installed

What could it be?

Greets Jacko

luckydonald commented 7 years ago

This is https://github.com/luckydonald/luckydonald-utils/issues/4 Updating is the way to go.