Hi! I tried to conda install with conda install -c rnelsonchem simpledbf , and got the message:
UnsatisfiableError: The following specifications were found to be in conflict:
- python 3.6*
- simpledbf -> python 3.4*
Use "conda info <package>" to see the dependencies for each package.
Does it really require 3.4? Or can that dependency be omitted from the package installation recipe?
Thanks!
Hi! I tried to conda install with
conda install -c rnelsonchem simpledbf, and got the message:Does it really require 3.4? Or can that dependency be omitted from the package installation recipe?
Thanks!