installing dask python (psutils problem)

2016-08-16 Thread Felipe M. Vieira
Ken, thanks for the answer. psutil is a dependency of a dependency. Thus not so easily disabled (I had already looked at it). In the end I ran py.test as instructed in the tutorial for dask but with verbose. Then it 'core dumped' when dealing with h5py (verbose enabled me to track the precise er

Re: installing dask python (psutils problem)

2016-08-15 Thread Ken Brown
On 8/15/2016 9:33 PM, Felipe M. Vieira wrote: my primary goal is to install dask (python program). [...] 1) Is there a way to install all other dependencies except for psutil? I went manually with pip --no-deps but then it was taking to long. 2) Is there a way to 'mock' the install of a packag

installing dask python (psutils problem)

2016-08-15 Thread Felipe M. Vieira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear mailing list, my primary goal is to install dask (python program). Upon issuing (after git clone and cd): /tmp/dask [master] ยป pip3 install -e '.[complete]' Obtaining file:///tmp/dask Running setup.py (path:/tmp/dask/setup.py) egg_info for