Github messages for voidlinux
 help / color / mirror / Atom feed
From: rivanfebrian123 <rivanfebrian123@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] 'threadpoolctl' should be included in 'python3-scikit-learn' package
Date: Thu, 15 Jul 2021 11:22:30 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31976@inbox.vuxu.org> (raw)

[-- 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`

             reply	other threads:[~2021-07-15  9:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-15  9:22 rivanfebrian123 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31976@inbox.vuxu.org \
    --to=rivanfebrian123@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).