log4mongo / log4mongo-python

python logging handler for mongo database
http://log4mongo.org
Other
111 stars 37 forks source link

cannot install via pip without internet access #41

Closed antirotor closed 5 years ago

antirotor commented 5 years ago

Problem

When installing log4mongo via pip in offline scenarios (ie computer has no access to internet), installation will fail as setuptools tries to fullfill required dependencies with PyPy.

This is referenced here: https://github.com/pypa/pip/issues/410

Solution

Removing:

https://github.com/log4mongo/log4mongo-python/blob/5b886fc6891a3135dcb535f5863a183a2cf665e1/setup.py#L31

possibly adding it to tests_require to:

https://github.com/log4mongo/log4mongo-python/blob/5b886fc6891a3135dcb535f5863a183a2cf665e1/setup.py#L32

oz123 commented 5 years ago

@antirotor thank you for the report. This is now fixed on the master branch.