backtrace
backtrace copied to clipboard
pypi tar.gz package uninstallable due to the lack of LICENSE file
pypi tar.gz package is uninstallable, the error is No such file or directory: 'LICENSE'
. The file is, indeed, missing from the archive.
The wheel installs fine though.
Will fix. Thanks.
Um, how did you try to install? pip install https://github.com/nir0s/backtrace/archive/master.tar.gz
works for me.
This one has LICENSE
. I tried to install via a self-written nix
expression, which should've worked analogously to pip install backtrace
, which has a chance of installing https://files.pythonhosted.org/packages/93/8b/7ed32a8946a44ef198486c785c5da31705f4e05fca543c67e0d9cb162b06/backtrace-0.2.1.tar.gz
, which has none.
Yeah, I am noticing this too