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

PyPi uploads of .whl are zipped in Nexus #11

Open
nvidiapianka opened this issue Mar 13, 2022 · 0 comments
Open

PyPi uploads of .whl are zipped in Nexus #11

nvidiapianka opened this issue Mar 13, 2022 · 0 comments

Comments

@nvidiapianka
Copy link

nvidiapianka commented Mar 13, 2022

Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.

  • What are you trying to do?
    I am uploading a pip package (stored as a .whl/wheel locally) to an existing PyPi Nexus repository. The upload succeeds, but attempting to install pip packages from this repository fails because the uploaded wheel is zipped (into a .zip) somewhere in the upload process. I've been looking through this SDK's source and I don't see where it's zipping any component, so it must be the Nexus 3 backend zipping the file. Any advice on how to avoid this while uploading Python wheels?

  • What feature or behavior is this required for?
    Component upload

  • How could we solve this issue? (Not knowing is okay!)
    Help me figure out how to avoid the Nexus backend zipping the uploaded wheel file.

  • Anything else?

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

1 participant