I am trying to install datasets library using conda:
conda install -c huggingface -c conda-forge datasets
But this is throwing an error: ImportError: DLL load failed while importing lib: The specified procedure could not be found.
But if I install it using pip, it seems to working fine. What is the probable cause for this? I created new venv and freshly installed torch libs with Python 3.10, but it did not seems to make any difference.