mosquito / pypi-server

Tornado based server like pypi.python.org. With caching from pypi.
MIT License
120 stars 38 forks source link

Docker image in dockerhub #23

Closed 7Cornelio closed 6 years ago

7Cornelio commented 6 years ago

It seems that the docker image in Dockerhub is broken:

$ docker run -e DB=mysql://xxxx:zzzzz@host/database -e PORT=8080 -p 8080:8080 mosquito/pypi-server:0.4.7
Traceback (most recent call last):
  File "/usr/bin/pypi-server", line 6, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Cloning the repo and running a rebuilt docker image is fine, though.

mosquito commented 6 years ago

Sorry for this. This is already fixed. But you have to update mosquito/pypi-server:0.4.7 local docker image.