I have ubuntu version 15.10 and anaconda version conda 4.4.10. My problem is I am trying to install the module/package pydub and the command to do that is: conda install -c auto pydub #(see https://anaconda.org/auto/pydub)
The error message I am getting is this:
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict: - gevent - pydub Use "conda info " to see the dependencies for each package.
Can you please help, I have run out of ideas.
Thanks.