Cannot pip install from group level

I am unable to execute pip install mypypipackage when using the group-level installation template.

However, I am able to install the same package when specifying its project ID.

Does Gitlab’s PyPi repository even work for installing packages at the group level? Or must I install at the project level? This is incredibly cumbersome for applications that would need to install multiple Python packages.

Hi,
Same issue here :confused:

Hi,

I did not verify it, but I remember the announcement in the 14.0 release blog post on Install PyPI packages from your group or subgroup and the related documentation.

Which GitLab version are you using? Can you share the exact command line and error message?

Cheers,
Michael

That will do it; looks like we are running 13.12.3. I will reach out to our administrators about updating and try again. Thanks!

For reference, the error I was seeing is:

ERROR: Could not find a version that satisfies the requirement <mypypipackage> (from versions: none)
ERROR: No matching distribution found for <mypypipackage>
1 Like