Package Details: gns3-gui 3.0.3-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: GPL-3.0-only
Groups: gns3
Submitter: korjjj
Maintainer: buzo
Last Packager: buzo
Votes: 98
Popularity: 0.39
First Submitted: 2014-05-13 18:56 (UTC)
Last Updated: 2025-01-30 19:53 (UTC)

Dependencies (16)

Required by (1)

Sources (3)

Latest Comments

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

csirek commented on 2020-10-29 07:27 (UTC) (edited on 2020-10-29 07:28 (UTC) by csirek)

After i upgraded from 2.2.5 to 2.2.15 the gns3 does'nt start with a lot of error like this:

$ gns3 Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 567, in _build_master ws.require(requires) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 884, in require needed = self.resolve(parse_requirements(requirements))

etc etc etc....

And the last line is:

pkg_resources.DistributionNotFound: The 'jsonschema==3.2.0' distribution was not found and is required by gns3-gui

So the main problem is need to install "python-jsonschema" 3.2.0-2 and after that the gns3 run as normal. So this jsonschema is a dependency but not install when i upgrade (or remove the old and isntall the new) gns3.

buzo commented on 2020-08-16 09:55 (UTC)

The problems regarding requirements should be fixed with the update to 2.2.12.

<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 :)