banesullivan / scooby

🐶 🕵️ Great Dane turned Python environment detective
MIT License
47 stars 12 forks source link

Additional info in report #10

Closed banesullivan closed 2 years ago

banesullivan commented 5 years ago

What else should be in the report?

Also, checkout mne-python's mne.sys_info method from https://github.com/pyvista/pyvista/issues/186#issuecomment-485546991

additional info (as given by import mne; mne.sys_info()):

Platform:      Windows-10-10.0.17763-SP0
Python:        3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 11:27:44) [MSC v.1900 64 bit (AMD64)]
Executable:    C:\Users\mmagn\Continuum\anaconda3\python.exe
CPU:           Intel64 Family 6 Model 158 Stepping 10, GenuineIntel: 12 cores
Memory:        15.9 GB

numpy:         1.16.2 {blas=mkl_rt, lapack=mkl_rt}
matplotlib:    3.0.2 {backend=module://ipykernel.pylab.backend_inline}
mayavi:        4.6.2 {qt_api=pyqt5, PyQt5=5.9.2}
prisae commented 5 years ago

I like the blas/lapack-info from numpy. In particular, if mkl/numexpr are not installed and therefore MKL_INFO=False. Maybe we could put that info into MKL_INFO if mkl=False and numexpr=False?

banesullivan commented 2 years ago

Closing since blas/lapack-info are their own issue in #54