pip2pi is a tool that builds a PyPI-compatible package repository from pip requirements
Questions tagged [pip2pi]
3 questions
1
vote
0 answers
pip2pi / pip downloading zip instead of targz
I'm trying to use pip2pi to get python packages into a folder.
The command I am using is as follows:
pip2pi -N -x deps/pip/ --no-use-wheel -r deps/ordering.txt
This works perfectly apart from one package, feedparser which pulls down a zip file.…

Strobe_
- 495
- 1
- 13
- 34
1
vote
2 answers
Pip2PI uses Python 3 packages, even in a Python 2 virtualenv?
I am trying to use pip2tgz to build a pipPI compatible package for installation on a non-connected machine. I am working from a python 2.7. virtual env and have verified that pip2tgz is running from it. When I attempt to add, e.g., south the…

G. Blake Meike
- 6,615
- 3
- 24
- 40
0
votes
1 answer
Pip install from local index fails
I am trying to install packages with pip from a local index that I have created with pip2pi. But I am in no way able to install these packages to a virtual environment. Basically I just followed the steps of the pip2pi documentation or the third…

kiki
- 325
- 6
- 20