I am trying to install pylatex package using conda. I executed the following command, but it gave the error:
conda install pylatex
ModuleNotFoundError: No module named 'pylatex'
PackagesNotFoundError: The following packages are not available from current channels:
How can I fix this error and install the package?