Forums

REQUEST FOR INSTALLING PATHOS FOR MULTI PROCESSING

Would it be possible to provide pathos as part of an installed library for python 3.4? This is the error I am currently getting.

The link below is related to the problem but does not offer a resolution. https://github.com/uqfoundation/pathos/issues/2

(myvirtualenv)10:36 ~ $ pwd /home/pyenthu (myvirtualenv)18:30 ~ $ pip install pathos Collecting pathos Using cached pathos-0.1a1.tgz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 20, in <module> File "/tmp/pip-build-5250a25r/pathos/setup.py", line 66 exec setup_code ^ SyntaxError: Missing parentheses in call to 'exec'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-5250a25r/pathos

That looks like a bug in the pathos library. Maybe it doesn't support Python 3? I recommend asking their developers...