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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
Reproducible example
One has to add a private repository with a similar command as the following I share using scikit-learn.
But I cannot provide you a private repository to reproduce the error, but the command I use is the same (see screenshot):
Problem might come from authentication behind the scene maybe.
I am trying to add a dependency coming from a private repository, and the solver seems stuck.
Usually it takes 2 seconds to clone this repo. Here it is still trying to clone it after 14 minutes:
Besides, I try to add this dependency in a lot of ways in the pyproject.toml, in vain.
Expected behavior
It is expected to add the private repository to the test-reco environment.
Does someone have an idea to solve this issue ?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for trying.
Scikit-learn is a public repository, to reproduce the issue, one should use a private one, I cannot provide you a private repository to reproduce it, I can only provide you the command. Indeed, it is working with a public one. Sorry, I clarify this part in the Issue
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
One has to add a private repository with a similar command as the following I share using scikit-learn.
But I cannot provide you a private repository to reproduce the error, but the command I use is the same (see screenshot):
Problem might come from authentication behind the scene maybe.
pixi add --pypi --feature test-reco 'scikit-learn[docs]@git+https://github.com/scikit-learn/scikit-learn.git'
Issue description
I am trying to add a dependency coming from a private repository, and the solver seems stuck.
Usually it takes 2 seconds to clone this repo. Here it is still trying to clone it after 14 minutes:
Besides, I try to add this dependency in a lot of ways in the
pyproject.toml
, in vain.Expected behavior
It is expected to add the private repository to the
test-reco
environment.Does someone have an idea to solve this issue ?
Thanks
The text was updated successfully, but these errors were encountered: