conda-forge / dotnet-feedstock

A conda-smithy repository for dotnet.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

dotnet-sdk on OSX #15

Closed acesnik closed 3 years ago

acesnik commented 3 years ago

Issue: It looks like dotnet is intended to work on macOS, including the hashes being listed in meta.yaml: https://github.com/conda-forge/dotnet-feedstock/blob/master/recipe/meta.yaml#L3. However, when I try to install version 3.1.403, which installs properly on various linux machines, I get the following on macOS Big Sur:

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - dotnet-sdk=3.1.403

It also looks like the badge for OSX/macOS is missing from the installer page (https://anaconda.org/conda-forge/dotnet-sdk): image

Thanks for working on the dotnet conda installers! Let me know if you have any thoughts on how to get this installed on macOS.

-Tony

Environment (conda list): conda_list.txt

Details about conda and system ( conda info ): conda_info.txt

dhirschfeld commented 3 years ago

Just commenting to follow up shortly...

johnwason commented 3 years ago

I am also interested in using this package on OSX.

acesnik commented 3 years ago

https://github.com/conda-forge/dotnet-feedstock/pull/17

dhirschfeld commented 3 years ago

Sorry for the delay - will get to it this weekend...

acesnik commented 3 years ago

No worries!

dhirschfeld commented 3 years ago

Fixed by #17