bottle-inject icon indicating copy to clipboard operation
bottle-inject copied to clipboard

Unable to install the package via pip

Open ghost opened this issue 9 years ago • 1 comments

(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

ghost avatar May 03 '15 17:05 ghost

Still we have pip install problem (at least for python 3.6)

AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'

PyB1l avatar Feb 26 '18 17:02 PyB1l