Coder Social home page Coder Social logo

Comments (9)

Divjyot avatar Divjyot commented on May 22, 2024 7

After lot of painful 'days', I found this combination python -m pip install --user dotnetcore2==2.1.11 artifacts-keyring==0.2.10 works for installing private packages. I hope this issue gets fixed soon.

I am running this inside Docker (based on Ubuntu 18.04)

from artifacts-keyring.

tl24 avatar tl24 commented on May 22, 2024 1

Having similar issues here. "dotnet --version" only works if an SDK is installed. If all you have is the runtime it will fail (per this article: dotnet/dotnet-docker#2235). I think either the code needs to switch to using "dotnet --info" if it doesn't actually need the sdk, or change the documentation to specify that the dotnet sdk is required.

from artifacts-keyring.

zooba avatar zooba commented on May 22, 2024

What's the command on Linux? Is it a single hyphen option?

from artifacts-keyring.

pjanowski avatar pjanowski commented on May 22, 2024

In my case, something like this:

pip install keyring artifacts-keyring
pip install aml-ds-pipeline-contrib==0.0.0rc5 --extra-index-url=https://pkgs.dev.azure.com/msdata/Vienna/_packaging/aml-ds%40Local/pypi/simple/ --extra-index-url https://azuremlsdktestpypi.azureedge.net/modulesdkpreview

from artifacts-keyring.

daviwu avatar daviwu commented on May 22, 2024

I installed dotnet 5 on ubuntu and artifacts-keyring seems to be working. You need to make sure that dotnet --version is working on your machine.

from artifacts-keyring.

pjanowski avatar pjanowski commented on May 22, 2024

Exactly @daviwu : dotnet --version does not work unless you have sdk installed. We need to make that an explicit requirement, but that seems excessive. So why not fix the code so it runs with only dotnet runtimes installed per @tl24 suggestion.

from artifacts-keyring.

justvanrossum avatar justvanrossum commented on May 22, 2024

python -m pip install --user dotnetcore2==2.1.11 artifacts-keyring==0.2.10

This 'fixed' it for me on macOS. Thanks!

from artifacts-keyring.

github-actions avatar github-actions commented on May 22, 2024

In order to consolidate to fewer feedback channels, we've moved suggestions and issue reporting to Developer Community.

from artifacts-keyring.

rgammans avatar rgammans commented on May 22, 2024

Could you link to the actual issue in the dev community, so other can follow the discussion

from artifacts-keyring.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.