Changes between Initial Version and Version 1 of Ticket #51515
- Timestamp:
- May 30, 2016, 1:04:38 AM (8 years ago)
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
topy-ipyparallel: needs a dependency on py-futures
-
Ticket #51515 – Description
initial v1 1 {{{ 1 2 $ sudo port install py-ipyparallel 2 3 … … 11 12 from concurrent.futures import Future 12 13 ImportError: No module named concurrent.futures 13 14 }}} 14 15 15 16 The reason is that the port doesn't have a dependency on py-futures. After installing the port, the problem goes away: 16 17 18 {{{ 17 19 $ sudo port install py-futures 18 20 … … 20 22 21 23 Enabling IPython clusters tab 24 }}}