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
{{ message }}
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
I am using python 2, so I think search should work and I have the appropriate [search] in my pip.conf file. However, when issuing a search with pip, pyshop reports the following:
[pyshop.security][waitress] [x.x.x.x] POST Current request matches no route
I am running the latest pyshop version installed via pip.
The text was updated successfully, but these errors were encountered:
updating pip.conf to the following seems to fix the error, though I'm not sure if the index parameter is used elsewhere...
[search]
index = pip:changeme@localhost:8000/pypi/xmlrpc
@mardiros does changing this on the client's config solve this problem without making new ones? If so I would be happy to update the documentation and send over a PR
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using python 2, so I think search should work and I have the appropriate [search] in my pip.conf file. However, when issuing a search with pip, pyshop reports the following:
The text was updated successfully, but these errors were encountered: