You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since no index is specified above, rules-pycross defaults to pypi.org and my build fails since it cannot find my artifact on pypi.org
Ideally the translator should be able to use the right package source and appropriately apply basic http auth to fetch the package. https://python-poetry.org/docs/repositories/#configuring-credentials
Is there a workaround or something I could do differently to make this work?
Thank you!
The text was updated successfully, but these errors were encountered:
Versions
rules_pycross = 0.6.1
bazel = 7.4.0
Problem
I have the following snippet in my Poetry toml file that defines a private source
I am able to add dependencies from this source to poetry successfully in poetry.lock:
However, the source information is lost when translating into the pycross lockfile (.bzl)
Since no index is specified above, rules-pycross defaults to pypi.org and my build fails since it cannot find my artifact on pypi.org
Ideally the translator should be able to use the right package source and appropriately apply basic http auth to fetch the package.
https://python-poetry.org/docs/repositories/#configuring-credentials
Is there a workaround or something I could do differently to make this work?
Thank you!
The text was updated successfully, but these errors were encountered: