Changes between Initial Version and Version 2 of Ticket #60955
- Timestamp:
- Aug 4, 2020, 4:34:09 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60955
-
Property
Status
changed from
new
toassigned
- Property Owner set to stromnov
-
Property
Summary
changed from
`py38-scikit-learn` depends on `threadpoolctl`.
topy38-scikit-learn: depends on `threadpoolctl`.
- Property Port py-scikit-learn added; py38-scikit-learn removed
-
Property
Status
changed from
-
Ticket #60955 – Description
initial v2 1 1 It seems `py38-scikit-learn` depends on `threadpoolctl`, but this dependency isn't coded in. 2 2 3 ``` 3 {{{ 4 4 Mac-Pro Downloads % python3 5 5 Python 3.8.5 (default, Jul 21 2020, 18:31:18) … … 16 16 from threadpoolctl import threadpool_limits 17 17 ModuleNotFoundError: No module named 'threadpoolctl' 18 ``` 18 }}}