mkl-service
mkl-service copied to clipboard
Python hooks for Intel(R) Math Kernel Library runtime control settings.
Change README and workflow script to replace use of "-c intel" with "-c https://software.repos.intel.com/python/conda" See https://github.com/IntelPython/mkl_fft/issues/107#issuecomment-2225102167
ImportError Traceback (most recent call last) Cell In[3], line 1 ----> 1 import pandas as pd File ~\New folder\Lib\site-packages\pandas\__init__.py:16 13 _missing_dependencies.append(f"{_dependency}: {_e}") 15 if _missing_dependencies: # pragma: no cover --->...