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
I am on ubuntu 15.10 and have dh-virtualenv 0.7.2 (the apt-get version).
After install I get following error:
usr@xps:~/pq$ pip3 install make-deb
Collecting make-deb
Using cached make-deb-0.0.4.tar.gz
Requirement already satisfied (use --upgrade to upgrade): Jinja2 in /home/usr/.venvs/pq3/lib/python3.4/site-packages (from make-deb)
Requirement already satisfied (use --upgrade to upgrade): MarkupSafe in /home/usr/.venvs/pq3/lib/python3.4/site-packages (from Jinja2->make-deb)
Building wheels for collected packages: make-deb
Running setup.py bdist_wheel for make-deb ... done
Stored in directory: /home/usr/.cache/pip/wheels/2f/01/5f/ea57068e5f453fb5fd2326faf937c35c79c0cf998bd0eeaf09
Successfully built make-deb
Installing collected packages: make-deb
Successfully installed make-deb-0.0.4
(pq3) usr@xps:~/pq$ make-deb
File "/home/usr/.venvs/pq3/bin/make-deb", line 14
print e
^
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered:
Can you please add documentation in the Readme.md on how to run this while specifying your python version? My default python on my system is python 2.7, but my project I'm making is python 3, and make-deb + dpkg-buildpackage -us -uc is trying to build it with python 2.7
Can make-deb be used with python3 ?
I am on ubuntu 15.10 and have dh-virtualenv 0.7.2 (the apt-get version).
After install I get following error:
usr@xps:~/pq$ pip3 install make-deb
Collecting make-deb
Using cached make-deb-0.0.4.tar.gz
Requirement already satisfied (use --upgrade to upgrade): Jinja2 in /home/usr/.venvs/pq3/lib/python3.4/site-packages (from make-deb)
Requirement already satisfied (use --upgrade to upgrade): MarkupSafe in /home/usr/.venvs/pq3/lib/python3.4/site-packages (from Jinja2->make-deb)
Building wheels for collected packages: make-deb
Running setup.py bdist_wheel for make-deb ... done
Stored in directory: /home/usr/.cache/pip/wheels/2f/01/5f/ea57068e5f453fb5fd2326faf937c35c79c0cf998bd0eeaf09
Successfully built make-deb
Installing collected packages: make-deb
Successfully installed make-deb-0.0.4
(pq3) usr@xps:~/pq$ make-deb
File "/home/usr/.venvs/pq3/bin/make-deb", line 14
print e
^
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered: