Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository 'python_libs' is invalid. #22

Open
micromachine opened this issue Aug 27, 2018 · 1 comment
Open

Repository 'python_libs' is invalid. #22

micromachine opened this issue Aug 27, 2018 · 1 comment

Comments

@micromachine
Copy link

micromachine commented Aug 27, 2018

Hi there, during building new image for openattic based on opensuse I stuck on this error:
What is proper path for these repository ?

Repository 'python_libs' is invalid.
[python_libs|http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Leap_42.3] Valid metadata not found at specified URL
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'python_libs' because of the above error.
Some of the repositories have not been refreshed because of an error.
The command '/bin/sh -c zypper --gpg-auto-import-keys ref && zypper -n install python-requests-aws python-pyinotify' returned a non-zero code: 4

@comolago
Copy link

Hi, just turn the row

RUN zypper ar http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Leap_42.3 python_libs

into

RUN zypper ar http://download.opensuse.org/repositories/devel:/languages:/python:/backports/openSUSE_Leap_42.3 python_libs

and it should work.

Hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants