-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Unable to run code tests, both serial and parallel #29280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For the parallel case, you get the following error:
Since this is an error by |
Regarding the other error:
We should try to reproduce it. |
Installed the plugin, now leads to the ImportPathMismatchError |
Can you try building with Meson which is our main supported build tool, see https://scikit-learn.org/dev/developers/advanced_installation.html#building-from-source. Then run the tests with Is there a particular reason you were using Edit: hmmm the question actually becomes: is there any particular reason you are using |
Building with Meson succeeeds, running pytest yields: |
OK great, closing! Still interested if you had a particularly good reason to use |
Describe the bug
Building with Python 3.13 and OpenMP-enabled scipy on Ubuntu succeeeds, but I am unable to run tests, parallel mode or not.
Steps/Code to Reproduce
Using GitHub Codespaces:
deadsnakes/ppa
, installpython3.13-venv
andlibpython3.13-dev
python3.13 -m venv sklearn-env
, then activate itlibopenblas-openmp-dev
pip install wheel numpy scipy cython meson-python ninja
make
(ormake test-code
)Expected Results
Tests to pass.
Actual Results
make test-code:
make test-code-parallel:
Versions
The text was updated successfully, but these errors were encountered: