Hi,I've setup a hosted pypi repository on nexus and uploaded a package to the repository.
When I try to "pip install" from that repository, I always get the same error:unsupported archive format: .1Could not find a version that satisfies the requirement <my package name> (from versions: )
This is not a permissions issue, and it looks as if the ".1" in the error is taken from the package version (0.0.1).When looking in the pypi repository on nexus, I see that the package is stored in the following directory structure:<package nama>|| ------> 0.0.1|| ------> <package name>-0.0.1.tar.gzI can browse as anonymous to the package url on nexus, and I'm also able to install it directly with pip if I put the full url of the package on nexus (e.g.: pip install https://<my nexus url>/<package path on nexus>.tar.gzI was unable so far to find any solution for this.Can someone help?Thanks.
--This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Please note that any disclosure, copying or distribution of the content of this information is strictly forbidden. If you have received this email message in error, please destroy it immediately and notify its sender.
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/e160947f-8b3e-4009-bb8a-32c730169951%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
index = http://localhost:8081/repository/pypi-all/pypiindex-url = http://localhost:8081/repository/pypi-all/simpleTo view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/69ad6850-40ff-4725-866f-b4b21565d3c9%40glists.sonatype.com.