Closed toabctl closed 7 years ago
$ source xxx/bin/activate (xxx) tom@basilikum:~/tmp$ pip install py2pack Collecting py2pack Downloading py2pack-0.6.7.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-_dyaoiza/py2pack/setup.py", line 24, in <module> import py2pack File "/tmp/pip-build-_dyaoiza/py2pack/py2pack/__init__.py", line 40, in <module> import jinja2 ImportError: No module named 'jinja2' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-_dyaoiza/py2pack/
Fixed with the switch to pbr (https://github.com/openSUSE/py2pack/pull/74)