fix(release): use sklearn import name for pyinstaller collect-all #16
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
slaid098/voice_assistant!16
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/release/sklearn-module-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Что сделано
--collect-all scikit-learn→--collect-all sklearn(PyInstaller принимает import-имя, не PyPI-имя)Почему
Build v0.1.0 (run #330) собирается, но warning "skipping data collection for module 'scikit-learn' as it is not a package" — sklearn не попадёт в exe. PyPI package
scikit-learnимпортируется какsklearnв Python. Текущая сборка будет битойWatch out
Текущий build #330 нужно дождаться или отменить, потом переместить tag v0.1.0 и rebuild
Pending
Merge → переместить v0.1.0 → rebuild → verify