-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot detect archive format? #5
Comments
Hey @mathpunk could you give me some information about your system? OS and the like? I have only tested on MacOS thus far so it may be a problem for other OSs, would be valuable info.
|
Arch Linux, Python 3.7.4 |
Thank you @mathpunk! Im pulling an arch docker image to try and reproduce. Edit: IrrelevantMy initial suspicion was that your pip was aliased to a python2 legacy install but the error I get when I try that does not match this error at all.Searching for similar issues online indicates to me the possibility that there is a problem because the package name This issue is quite old and solved in newer versions of pip as far as I can tell. Im going to continue pursuing the Arch docker image just to make double sure, but in the meanwhile: Could you send me your pip version? |
Nvm no need! The arch image reproduced first try. Details of how I figured it out
Removing --user fixed the problem immediately, however:
so I tried installing a different package with the --user param and the custom test pypi index url:
It appears the order of the parameters is the issue here. --user is being used as the --index-url instead of the actual url. The following works for me on an arch setup similar to yours: could you try this out and let me know how it goes? |
Stale closing. |
This may be a matter of me not being a very pythonic guy: Do you know what I should try if your installation instructions give me this result? (The
--user
is an attempt to avoid sudo-ing but I could also mess with some permissions.)The text was updated successfully, but these errors were encountered: