Changes between Initial Version and Version 1 of Ticket #51515


Ignore:
Timestamp:
May 30, 2016, 1:04:38 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51515

    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Keywords ipyparallel installation dependency removed
    • Property Summary changed from py-ipyparallel don't work after installation to py-ipyparallel: needs a dependency on py-futures
  • Ticket #51515 – Description

    initial v1  
     1{{{
    12$ sudo port install py-ipyparallel
    23
     
    1112    from concurrent.futures import Future
    1213ImportError: No module named concurrent.futures
    13 
     14}}}
    1415
    1516The reason is that the port doesn't have a dependency on py-futures. After installing the port, the problem goes away:
    1617
     18{{{
    1719$ sudo port install py-futures
    1820
     
    2022
    2123Enabling IPython clusters tab
     24}}}