Package Details: gns3-gui 2.2.46-1

Git Clone URL: https://aur.archlinux.org/gns3-gui.git (read-only, click to copy)
Package Base: gns3-gui
Description: GNS3 network simulator. Graphical user interface package.
Upstream URL: https://github.com/GNS3/gns3-gui
Licenses: GPL3
Groups: gns3
Submitter: korjjj
Maintainer: buzo
Last Packager: buzo
Votes: 94
Popularity: 2.30
First Submitted: 2014-05-13 18:56 (UTC)
Last Updated: 2024-03-07 17:00 (UTC)

Dependencies (14)

Required by (1)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

<deleted-account> commented on 2020-08-09 18:19 (UTC)

@demolisher thanks for your answer! but after downgrading python3-PyQt5 to 5.14.1 it doesnt help me, gns3-gui still cant load at all. I still have the same output log of gns3-gui before

betrunkenaffe commented on 2020-08-06 01:41 (UTC)

I resolved by using python-pip and then downloading the specific version of psutil from https://pypi.org/project/psutil/5.7.0/

theinterwebthing commented on 2020-08-03 00:06 (UTC) (edited on 2020-08-03 00:25 (UTC) by theinterwebthing)

Unable to start

File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 785, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'psutil==5.7.0' distribution was not found and is required by gns3-gui

Updating psutil==5.7.0 to psutil==5.7.1 in /usr/lib/python3.8/site-packages/gns3_gui-2.2.11-py3.8.egg-info/requires.txt solves the issue.

Note these are hardcoded upstream in the requirements.txt

demolisher commented on 2020-07-28 00:17 (UTC)

Hello, deanvry. Had the same issue. Just downgrade PyQt5 to version 5.14.1 and everything starts working again.

<deleted-account> commented on 2020-07-19 10:44 (UTC)

Hello, im having a weird some kind of error? the gns3-gui cant start and open up the GUI. Its just stuck like this:

2020-07-19 17:42:55 INFO root:126 Log level: DEBUG
2020-07-19 17:42:55 INFO main:256 GNS3 GUI version 2.2.11
2020-07-19 17:42:55 INFO main:257 Copyright (c) 2007-2020 GNS3 Technologies Inc.
2020-07-19 17:42:55 INFO main:259 Application started with /usr/bin/gns3--debug

For the test, i can run gns3-server with its web ui smoothly.

buzo commented on 2020-06-05 16:44 (UTC)

Thanks cioby23, fixed.

cioby23 commented on 2020-06-04 14:25 (UTC)

Beginning with version 2.2.9 python-raven have been deprecated and replaced by python-sentry_sdk. The PKGBUILD needs to be updated with this dependency. https://aur.archlinux.org/packages/python-sentry_sdk/

almooj commented on 2020-03-07 20:04 (UTC)

Hi DevStacker99, your suggestion has been invaluable! Everything works!!! Thank you so much my friend :)

DevStacker99 commented on 2020-03-07 01:20 (UTC) (edited on 2020-03-07 01:25 (UTC) by DevStacker99)

hello guys, so i had the same error as @almooj and this is how i solved it :


cd /tmp
git clone https://aur.archlinux.org/python-jsonschema26.git
cd python-jsonschema26 
makepkg -si --nocheck

I hope this will help

Thanks in advance.


picokan commented on 2020-03-03 15:46 (UTC) (edited on 2020-03-03 16:23 (UTC) by picokan)

I have the exact same error output as almooj. Edit: Not quite exact, instead of /tmp/yaourt... I have /home/user/.cache/yay/...