How to point to internal PIP repo for installations and how to publish artifacts to Artifactory and/or PIP ?
See original GitHub issueWhen i try to run build it tries to reach out to default pip repo. I have my .pip/pip.conf configured to point to internal repo.
Please can you let me know how can i configure it to use an internal repo ?
12:01:05 Complete output from command python setup.py egg_info:
12:01:05 Download error on https://pypi.python.org/simple/setuptools_scm/: [Errno 101] Network is unreachable -- Some packages may not be found!
As a second question, How do i publish tar.gz to artifactory or to pip repo ? I tried publications closure does not seem to work . Thoughts ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
PyPI Repositories - JFrog - JFrog Documentation
To define a virtual PyPI repository, from the Administration module, go to Repositories | Repositories | Virtual, set its Package Type to be ......
Read more >ARTIFACTORY: How to deploy a PyPI package to the ... - JFrog
This article describes the steps to configure your Python client to publish packages to the JFrog Artifactory's PyPI repository.
Read more >How to upload pypi packages to Artifactory using twine - JFrog
Subject: The following steps show how to upload Pypi packages to Artifactory using twine. Resolution: In order to install twine run: $ pip...
Read more >PyPI Repositories - Artifactory 4.x - JFrog Wiki
To define a virtual PyPI repository, create virtual repository, set its Package Type to be PyPI, select the underlying local and remote PyPI...
Read more >Setting up PyPI repository in minutes with JFrog Artifactory
This screencast shows how to set up the Python Package Index to work with Artifactory as a PyPI repository in under one minute....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried this approach and able to publish but my ivy.xml does not have any dependency defined in it. Can you please suggest how to do it?
I’m going to close this, please re-open the issue if it’s still a problem.