openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

ImportError: No module named 'jinja2' #73

Closed toabctl closed 7 years ago

toabctl commented 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/
toabctl commented 7 years ago

Fixed with the switch to pbr (https://github.com/openSUSE/py2pack/pull/74)