You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use cget installed in a python 2.7 virtualenv, and then install a package that is contained in a .xz archive, it will fail with:
Downloading http://sourceforge.net/projects/arma/files/armadillo-9.200.7.tar.xz
[######################################################################] 100%
Extracting archive /home/user/scratch/cget_test/cget/cget/build/tmp-9737299f14b44942b74e65ee781e74c4/armadillo-9.200.7.tar.xz ...
Unexpected error: <type 'exceptions.NameError'>
global name 'lzma' is not defined
Failed to build package .
If I use cget installed in a python 2.7 virtualenv, and then install a package that is contained in a .xz archive, it will fail with:
Test case:
It seems to work just fine in a python 3 environment, however.
The text was updated successfully, but these errors were encountered: