Changes between Initial Version and Version 2 of Ticket #60955


Ignore:
Timestamp:
Aug 4, 2020, 4:34:09 PM (4 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60955

    • Property Status changed from new to assigned
    • Property Owner set to stromnov
    • Property Summary changed from `py38-scikit-learn` depends on `threadpoolctl`. to py38-scikit-learn: depends on `threadpoolctl`.
    • Property Port py-scikit-learn added; py38-scikit-learn removed
  • Ticket #60955 – Description

    initial v2  
    11It seems `py38-scikit-learn` depends on `threadpoolctl`, but this dependency isn't coded in.
    22
    3 ```
     3{{{
    44Mac-Pro Downloads % python3                                         
    55Python 3.8.5 (default, Jul 21 2020, 18:31:18)
     
    1616    from threadpoolctl import threadpool_limits
    1717ModuleNotFoundError: No module named 'threadpoolctl'
    18 ```
     18}}}