Poetry + Private Gitlab Repository - Not working #7083
-
Hi all together, I have a private Gitlab Project with a Package published in the Package Registry. Now I try to use this in a different project using poetry as dependency manager. I tried it as described in this issue comment. So the packaging in the CI pipline went well and the package is available in the package registry. To do this, I followed this tutorial. Then I created a deploy token with scope
When I open the url in the browser, the .whl file is downloaded without any unauthorized error. And also with pip and pipenv the installation of the package works with the same URL as in the issue comment described. So it's not a error in the package or GIT itself. I searched a lot, but I can't find any information why I have this problem with poetry. Has anyone of you an idea, what is wrong here? I'm using the following versions:
Thanks for any answer/help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can try the solution in #6799 |
Beta Was this translation helpful? Give feedback.
-
It worked for me when i specifically added the url as a command
|
Beta Was this translation helpful? Give feedback.
You can try the solution in #6799