bottle-inject
bottle-inject copied to clipboard
Unable to install the package via pip
(virtualenv) $ pip install bottle-inject
complaining that CHANGES.rst
does not exist.
Though installing from repository works:
(virtualenv) $ pip install https://github.com/bottlepy/bottle-inject/archive/master.zip
Still we have pip install problem (at least for python 3.6)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'