Hello everyone.
I'm new to FreeBSD and I'm developing a Download Manager written in python.
we ported this software on some Linux Distros and Mac OS.
Now, I'm working on making it usable in FreeBSD, The FreeBSD handles all the requirements except PyQt5 which is I'm wondering why it can not be installed by pip3.
I used to use
but I get make[1] stopped.
I'm running FreeBSD 11 on VirtualBox.
hope anyone help me doing this.
thanks
I'm new to FreeBSD and I'm developing a Download Manager written in python.
we ported this software on some Linux Distros and Mac OS.
Now, I'm working on making it usable in FreeBSD, The FreeBSD handles all the requirements except PyQt5 which is I'm wondering why it can not be installed by pip3.
I used to use
Code:
cd /usr/ports/devel/py-qt5 && make install clean
I'm running FreeBSD 11 on VirtualBox.
hope anyone help me doing this.
thanks