PyPi server firewall and ports options

I am running devpi-server on the host to host some python packages. On my laptop, I can download them with pip install --index <hostname>

.

On another host though, the same thing works showing me a package not found error. It looks like it doesn't find the package on the devpi-server node and falls back to the global PyPi server.

I think it is a firewall or port issue. What firewall / ACL access permissions do I need for the host to see my PyPi server hosted on the devpi server? devpi-server is running on port 4040, so I open port 4040.

I tried to put a ticket to the devpi-server project, but I've been going back and forth with the maintainer for a week and he doesn't seem to understand what the question is, so I hope someone here can help me.

Any ideas?

EDIT : Using devpi-client I can install the packages correctly. What's different from installing pip --index? Do you need any specific ports to open or specific permissions?

+3
python pip pypi devpi


source to share


No one has answered this question yet

Check out similar questions:

31
PyPI is slow. How do I start my own server?
eleven
How do I install packages hosted in a private PyPI using setup.py?
7
How do I configure pypi on Windows?
4
How to make a local Pypi mirror without Internet access and with search?
3
pip: the priority of the private pypi server
2
How do I force docker compose to use devpi server for pip install command?
1
PyPi custom server issues
1
Pip to select packages from a personal index over PyPi even on name conflicts?
1
how to set up devpi server to search for pypi pip
0
Pip install <something> does not download package from devpi server



All Articles
Loading...
X
Show
Funny
Dev
Pics