simpledbf icon indicating copy to clipboard operation
simpledbf copied to clipboard

Python 3.4 is a dependency?

Open dustinmichels opened this issue 7 years ago • 1 comments

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!

dustinmichels avatar Nov 30 '17 20:11 dustinmichels

Yeah. It probably works for all versions of Python 3. The code is just a single file, so you could just download it from GitHub. Or else pip will probably install it just fine. One of these days, I'll update the conda recipe...

On Thu, Nov 30, 2017 at 3:44 PM, Dustin Michels [email protected] wrote:

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 " 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!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rnelsonchem/simpledbf/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/ADk7DjU6idkrudd2tFVDesqKrrRy3cJJks5s7xO8gaJpZM4QxLLT .

rnelsonchem avatar Dec 01 '17 18:12 rnelsonchem