Unable to install EasyEngine, exit status 1

Hello, I am getting this error on freshly installed Ubuntu 14.04 x64 on DigitalOcean. I tried reinstalling droplets, updating but still the same error after wget -qO ee rt.cx/ee && sudo bash ee.

File "/usr/lib/python3.4/distutils/log.py", line 30, in _log
    if stream.errors == 'strict':
AttributeError: 'DummyFile' object has no attribute 'errors'
[ Thu Sep  3 16:59:04 EDT 2015 ] Unable to install EasyEngine, exit status  1
Traceback (most recent call last):
  File "/usr/local/bin/ee", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2749, in <module>
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 444, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 725, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 628, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: psutil

Hello. I have the same problem in Digital Ocean droplets with Debian 7 and 8.

me too ! waiting for feedback !

Hey all ,

Sorry for inconvenience. Looks like psutil installation is broken.

Quick solution for above issue

apt-get install python3-pip && pip3 install psutil

We will fix this asap .

1 Like

Hello all,

We have rolled out new version for this fix. please update to latest version v3.3.6.

ee update

or

wget -qO ee rt.cx/ee && sudo bash ee

I had same issue on Debian 8 with EasyEngine 3.3.5 and version 3.3.6 didn’t help. But if I manualy make: apt-get install python3-pip && pip3 install psutil

it’s work.