-
Notifications
You must be signed in to change notification settings - Fork 31
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
Pip install not working and PyPi info data not loading when whl file uploaded to artifactory. #20
Comments
Also when you click on the Properties tab in deprecation 2.0 there are 4 properties specified: pypi.name: deprecation -> pypi.normalized.name: deprecation -> pypi.version: 2.0 -> pypi:summary: A library ... These are also missing in 2.0.1 and 2.0.2. Not sure what is causing the libraries not to be visible from pip install but these are things I am noticing. |
The only thing I am noticing as I look at differences in the INFO files between 2.0 and 2.0.2 is that the following line exists in 2.0 and does not in 2.0.2: |
I installed the Looking at the diff between 2.0 and 2.0.2 I would guess it might be that artifactory doesn't know how to process the Are you able to try adding some recent If those two Flasks work fine, then I don't entirely know where to go from here, but I'll ask around and see if anyone knows what might be going on. |
When I load other libraries (see my attached chardet-3.0.4-py2.py3-none-any.whl example) into artifactory and then click on the PyPi info I see what is shown in the attachment, valid PyPi information. I am then able to pip install the file from our internal artifactory server.
When I load deprecation version 2.0 everything works fine (see attachment).
But when I load deprecation versions after 2.0 (2.0.1 and 2.0.2) I don't get the PyPi information when clicking on the tab in artifactory (see attachment) and I am unable to access it from pip install.
The text was updated successfully, but these errors were encountered: