percol
percol copied to clipboard
Python3.x install error
Hi, I really enjoy using your terminal tool.
Trying to install percol on python 3 fails:
$ python --version
Python 3.3.2
$ pip install percol
Downloading/unpacking percol
You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files.
You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
Downloading master
Running setup.py egg_info for package percol
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/private/var/folders/yp/n_vh185d1z39k_xmp5wwwm1m0000gn/T/pip_build_azu/percol/setup.py", line 5, in <module>
import percol
File "./percol/__init__.py", line 40, in <module>
import debug, action
ImportError: No module named 'debug'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/private/var/folders/yp/n_vh185d1z39k_xmp5wwwm1m0000gn/T/pip_build_azu/percol/setup.py", line 5, in <module>
import percol
File "./percol/__init__.py", line 40, in <module>
import debug, action
ImportError: No module named 'debug'
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/yp/n_vh185d1z39k_xmp5wwwm1m0000gn/T/pip_build_azu/percol
Storing complete log in /Users/azu/.pip/pip.log