Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] 'threadpoolctl' should be included in 'python3-scikit-learn' package
@ 2021-07-15  9:22 rivanfebrian123
  2021-07-16 12:27 ` [ISSUE] [CLOSED] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rivanfebrian123 @ 2021-07-15  9:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

New issue by rivanfebrian123 on void-packages repository

https://github.com/void-linux/void-packages/issues/31976

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  `Void 5.12.14_1 x86_64-musl GenuineIntel notuptodate rrFFFF`
* package:  `python3-scikit-learn-0.23.2_1`

### Expected behavior
Include `threadpoolctl` by default

### Actual behavior
```
>>> from sklearn.cluster import KMeans
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.9/site-packages/sklearn/cluster/__init__.py", line 6, in <module>
    from ._spectral import spectral_clustering, SpectralClustering
  File "/usr/lib/python3.9/site-packages/sklearn/cluster/_spectral.py", line 18, in <module>
    from ._kmeans import k_means
  File "/usr/lib/python3.9/site-packages/sklearn/cluster/_kmeans.py", line 18, in <module>
    from threadpoolctl import threadpool_limits
ModuleNotFoundError: No module named 'threadpoolctl'
```

### Steps to reproduce the behavior
- Install `python3-scikit-learn`
- Run `python3`
- Type `from sklearn.cluster import KMeans`

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-03  2:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  9:22 [ISSUE] 'threadpoolctl' should be included in 'python3-scikit-learn' package rivanfebrian123
2021-07-16 12:27 ` [ISSUE] [CLOSED] " ahesford
2021-07-16 12:27 ` ahesford
2021-07-16 15:01 ` rivanfebrian123
2022-06-03  2:55 ` apremgeorge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).