Hi to everyone!
My name is Covadonga, and I am a PhD student from Spain. I am a forest engineer who works with LiDAR and TLS data, but until know I hadn´t use Phyton before so I am a beginner in the world of programming. I have trying to install Pylidar installing Anaconda, and running the commands which appear in the instructions I found on the internet as shown below:
conda config --add channels conda-forge
conda config --add channels rios
conda create -n myenv pylidar
source activate myenv # omit 'source' on Windows
However when I try to execute line 3 to create the pylidar environment I always get the same error message “pylidar is not available from current channels”(see image attached) and I don´t understand why this happens. It seems both channels RIOS and conda-forge are added but pylidar is not in there. Could you help me? Thanks in advance!