pwin / owlready2

GNU Lesser General Public License v3.0
132 stars 22 forks source link

Conda installation #37

Open thistlillo opened 1 year ago

thistlillo commented 1 year ago

I do not know if this is the correct place for this question. If not, forgive me.

I am trying to install owlread2 on OS X Ventura via conda following the "instructions" here: https://anaconda.org/conda-forge/owlready2

conda install -c conda-forge owlready2
conda install -c "conda-forge/label/cf202003" owlready2

I have updated conda, but the two commands above does not find any packages:

PackagesNotFoundError: The following packages are not available from current channels:

  - owlready2

Yesterday I was able to install owlready2 on Windows 11 with the first command.

Is there any way to install owlready2 via conda on apple machines?