-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
$ pip install gaffer
...
Successfully built gaffer pyuv psutil tornado colorama setproctitle
Installing collected packages: pyuv, psutil, tornado, colorama, setproctitle, gaffer
Successfully installed colorama-0.3.3 gaffer-0.5.2 psutil-3.0.1 pyuv-1.1.0 setproctitle-1.1.8 tornado-2.4.1So far so good. Trying things out...
$ gaffer --version
Traceback (most recent call last):
File "/tmp/ashald/.venvs/tmp-17f0a3d67a1d4821/bin/gaffer", line 7, in <module>
from gaffer.cli.main import main
File "/tmp/ashald/.venvs/tmp-17f0a3d67a1d4821/lib/python2.7/site-packages/gaffer/cli/main.py", line 40, in <module>
from ..httpclient import Server, GafferUnauthorized, GafferForbidden
File "/tmp/ashald/.venvs/tmp-17f0a3d67a1d4821/lib/python2.7/site-packages/gaffer/httpclient/__init__.py", line 38, in <module>
from .job import Job
File "/tmp/ashald/.venvs/tmp-17f0a3d67a1d4821/lib/python2.7/site-packages/gaffer/httpclient/job.py", line 7, in <module>
from ..process import ProcessConfig
File "/tmp/ashald/.venvs/tmp-17f0a3d67a1d4821/lib/python2.7/site-packages/gaffer/process.py", line 18, in <module>
from psutil.error import AccessDenied
ImportError: No module named errorQuick googling leads to "psutil.error.py module was removed in 2.0.0 version"
Second attempt:
$ pip install "psutil<2"
...
Successfully installed psutil-1.2.1
$ gaffer --version
gaffer version 0.5.2Looking at setup.py in master there is version-unbounded dependency on psutil.
Metadata
Metadata
Assignees
Labels
No labels