Trying to install keyboard module using conda, and when I inputted
conda install -c conda-forge keyboard
returned
**PackagesNotFoundError: The following packages are not available from current channels:
- keyboard
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.**
I tried conda config --append channels conda-forge and then conda install keyboard and it still didn't work. I am working in a conda environment and other packages like opencv install correctly.
Am on MacOS if that's important
In command promt/control panel run the following:
then try
pip install, if this doesn't help, try to uninstallanaconda navigatorand reinstall it.