Greetings,

I have tried unsuccessfully installing SPDLib using the following approach
on Mac OS High Sierra:

1) Install Miniconda: https://conda.io/miniconda.html (Python 3.6) (accept
all defaults)

$ bash Miniconda3-latest-MacOSX-x86_64.sh

2) Enable Conda Forge:

$ conda config --add channels conda-forge


3) Install spdlib (based on these instructions:
https://anaconda.org/rios/spdlib):

$ conda install -c rios spdlib

Step 3 yields the following error:

Aarons-MacBook-Pro:~ aaron$ conda install -c rios spdlib
Fetching package metadata ...............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in
conflict:
  - spdlib
Use "conda info <package>" to see the dependencies for each package.


Running the following does not yield any information:

Aarons-MacBook-Pro:~ aaron$ conda info spdlib
Fetching package metadata .............

ResolvePackageNotFound:
  - spdlib


I have also tried running the following install (from
https://anaconda.org/au-eoed/spdlib):

$ conda install -c au-eoed spdlib

Which yields the following errors:

Aarons-MacBook-Pro:~ aaron$ conda install -c au-eoed spdlib
Fetching package metadata ...............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in
conflict:
  - python 3.6*
  - spdlib
Use "conda info <package>" to see the dependencies for each package.

Where am I going wrong? Is there a definitive guide to installing spdlib
somewhere?

Thanks for any help.

Best Regards,

-Aaron
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
spdlib-develop mailing list
spdlib-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spdlib-develop

Reply via email to