still struggling with pulling private packages fro...
# ask-metaflow
g
still struggling with pulling private packages from GCP Artifact registry. I referenced this thread and subsequent PR. still not able to get the package installed
Copy code
metaflow                              2.12.5
metaflow-netflixext                   1.2.0
error seems to be coming from here where auth_info is None even though GOOGLE_APPLICATION_CREDENTIALS is exported, and if I run the install command outside of metaflow (
/opt/homebrew/Caskroom/miniforge/base/envs/metaflow_builder_b36bf7c45bc90818c9925cc3dc77260c9a092f99_16de40ce0d9565e40a87d19d3ea4fc202f48a3d8/lib/python3.10/site-packages/pip install my-package --extra-index-url <http://us-python.dev/|us-python.dev/>...
) it works error is >
Copy code
Error downloading package for 'my-package-py3-none-any': 401 Client Error: Unauthorized for url: <https://us-python.pkg.dev/my-package-py3-none-any.whl>
    Conda ran into an error while setting up environment.:
    Could not fetch packages -- see pretty-printed errors above.
👀 1
q
Was this solved? I am very interested in how to get this to work as well!
d
I don’t think I heard back. I think ther eis a PR but I can’t test it. If you have a setup that would allow you to try this, I can resurect it and you can try it out and let me know.