Skip to content
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

Add extra data for Python setup (e.g. numpy) #3

Open
terhorstd opened this issue Oct 11, 2023 · 0 comments
Open

Add extra data for Python setup (e.g. numpy) #3

terhorstd opened this issue Oct 11, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@terhorstd
Copy link
Contributor

terhorstd commented Oct 11, 2023

Numpy has shown difficult to understand behavior and may severely impact performance. Additional information about the package setup, or python packages in general may be useful, especially things like

  • python -c "import numpy; numpy.show_config()"
  • ls -lisa ~/.local/lib/python*
  • pip list --verbose
  • ldd $(python -c "import numpy, os; print(os.path.dirname(numpy.__file__))")/core/multiarray.*so (see stackoverflow)
@terhorstd terhorstd added enhancement New feature or request good first issue Good for newcomers labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant