[PyQt] pyqtdeploy command not found
Kyle Altendorf
sda at fstab.net
Thu Aug 9 05:27:12 BST 2018
I'm guessing it's in ~/.local/bin. But, you really ought to work in a virtualenv or venv. Basically never use the system pip. If you run it as root (such as with sudo) it can destroy your os. Without root (such as with --user) leaves pip not fully in control of the packages. You can `sudo apt install virtualenv` `virtualenv -p python3 myenv` `myenv/bin/pip install pyqtdeploy pyqt5` `myenv/bin/pyqtdeploy`.
On August 8, 2018 5:39:39 PM EDT, francois <flaforgia at gmail.com> wrote:
>Hi all,
>
>I'm new to pyqtdeploy.
>I installed the latest version with pip3 and apparently it went well.
>But when I try to execute pyqtdeploy the command is not found.
>
>My configuration is:
>
>Ubuntu 17.10
>Python 3.6.3 (distribution installation)
>
> From pip3 freeze:
>
>PyQt5==5.11.2
>PyQt5-sip==4.19.12
>pyqtdeploy==2.1
>qtconsole==4.2.1
>
>I'm sure I missed something but I can't find what.
>Can you help me to fix this issue ?
>
>Regards,
>Francois
>
>
>_______________________________________________
>PyQt mailing list PyQt at riverbankcomputing.com
>https://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list