conda install --file requirements.txt packages not found in current channel code example
Example: PackagesNotFoundError: The following packages are not available from current channels: - python==3.6
conda config --append channels conda-forge
conda config --append channels conda-forge