When I try to run dask-mpi I get the following error:
arun@apersaud:~>mpirun n0-4 dask-mpi --scheduler-file /home/$USER/scheduler.json
mpirun: cannot start dask-mpi on n1: invalid node
Traceback (most recent call last):
File "/usr/bin/dask-mpi", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3088, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 574, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 778, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'msgpack-python' distribution was not found and is required by distributed
However, I have msgpack-python installed.
arun@apersaud:~>python3
Python 3.6.4 (default, Jan 03 2018, 13:52:55) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import msgpack
>>> msgpack.version
(0, 5, 6)
I'm running linux (opensuse tumbleweed) with
python3-distributed version : 1.21.6
and
python3-dask version : 0.17.2
Any idea what is going wrong here?
When I try to run dask-mpi I get the following error:
However, I have msgpack-python installed.
I'm running linux (opensuse tumbleweed) with
python3-distributed version : 1.21.6
and
python3-dask version : 0.17.2
Any idea what is going wrong here?