On 8/5/17 10:48 PM, W Howard via freebsd-ports wrote: > Dear All, I would like to run the latest GNS3-gui in FreeBSD. > > The ports tree only supports 0.8.7 so I am forced to run GNS3 gui in > a VM and GNS3-server VM in a separate VM and network them together. > > The latest GNS3-gui can be installed via pip3 command but I haven't > made it past the SIP is missing error messages. I believe it requires > qt5. > > Would a port of this be possible in the near future? I just got a new > PC and would love to keep only FreeBSD on it. > > Cheers!
May be related to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219641 Please note: Using pip (as root) to install things into the system Python environment is explicitly unsupported and will cause issues (conflicts, leftovers, etc). An alternative is to use the pip --user [1] argument, or pip install inside a virtualenv that inherits from the system environment to provide dependencies that are installed there. [1] See Also: https://github.com/pypa/pip/issues/1668 _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"