Package Details: gns3-gui 3.0.4-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: 97
Popularity: 0.080989
First Submitted: 2014-05-13 18:56 (UTC)
Last Updated: 2025-02-26 18:38 (UTC)

Latest Comments

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

Archange commented on 2019-12-10 23:45 (UTC)

I’m in the work of packaging this to [community], if some people want to try the current, package it’s available at https://paste.xinu.at/m-xMBT/ (it removes the requirements on all -gns3 python deps and use latest ones instead, but I haven’t thoroughly tested it, so some things might break —please report if so).

phy0d0r commented on 2019-11-26 09:35 (UTC)

Hi buzo, i already uninstall/reinstall but the problem is persists.


 ┌─ fyodor at 17:29  ın  {~}
 └─> ₹ » gns3
Traceback (most recent call last):
  File "/usr/bin/gns3", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3252, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'jsonschema==2.6.0' distribution was not found and is required by gns3-gui

 ┌─ fyodor at 17:29  ın  {~}
 └─> ₹ » yay -Ss jsonschema
aur/python-jsonschema26 2.6.0-1 (+1 0.03%) (Installed)
    An implementation of JSON Schema validation for Python

buzo commented on 2019-11-25 17:32 (UTC)

Should be fixed now. I have relaxed the requirements to allow python-psutil from the community repo. I hope that is sufficient, else I could add another AUR package for that exact version.

KaiSVK commented on 2019-11-18 20:10 (UTC)

I got the same error as everyone else :/ but that is probably more of a gns3-server package thing.

When I switch to remote server (just my GNS3 VM) gns3-gui works.

However selecting Virtualbox in GNS3 VM -> VM name "Refresh" does not.

phy0d0r commented on 2019-11-17 14:40 (UTC)

Error using gns3-server 2.2.3-1 and gns3-gui 2.2.3-1. Thanks.


Traceback (most recent call last):
  File "/usr/bin/gns3", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3251, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3234, in _call_aside
    f(args, *kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 583, in _build_master
    ws.require(requires)
  File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'gns3-gui==2.2.3' distribution was not found and is required by the application

hagar-dunor commented on 2019-11-16 22:09 (UTC)

When starting gns3-gui 2.2.3, I see this on the console

pkg_resources.ContextualVersionConflict: (psutil 5.6.5 (/usr/lib/python3.8/site-packages), Requirement.parse('psutil==5.6.3'), {'gns3-gui'})

phy0d0r commented on 2019-11-13 15:50 (UTC) (edited on 2019-11-13 15:58 (UTC) by phy0d0r)

Hi I'am having error after installing gns-gui 2.2.3 & gns-server 2.2.3. Working again after downgrading to gns3-server-2.2.2-1 and gns3-gui-2.2.2-1. Thanks.


 ┌─ fyodor at 23:46  ın  {~}
 └─> ₹ » gns3
2019-11-13 23:46:47 INFO root:126 Log level: INFO
2019-11-13 23:46:47 INFO main:256 GNS3 GUI version 2.2.3
2019-11-13 23:46:47 INFO main:257 Copyright (c) 2007-2019 GNS3 Technologies Inc.
2019-11-13 23:46:47 INFO main:259 Application started with /usr/bin/gns3
2019-11-13 23:46:52 ERROR local_server:496 Local server process has stopped
2019-11-13 23:46:52 ERROR local_server:498 Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 791, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (yarl 1.2.6 (/usr/lib/python3.7/site-packages), Requirement.parse('yarl==1.3.0'), {'gns3-server'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/gns3server", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'yarl==1.3.0' distribution was not found and is required by gns3-server

2019-11-13 23:47:17 CRITICAL utils.progress_dialog:181 WaitForConnectionWorker thread stopping with an error: Could not connect to 127.0.0.1 on port 3080: [Errno 111] Connection refused
2019-11-13 23:47:18 CRITICAL progress_dialog.py:183 Could not connect to 127.0.0.1 on port 3080: [Errno 111] Connection refused

buzo commented on 2019-11-04 19:57 (UTC)

tototony: Which aiohttp/attrs issue?

tototony commented on 2019-10-17 22:51 (UTC) (edited on 2019-10-17 22:58 (UTC) by tototony)

to fix the aiohttp/attrs issue


pacman -S python-pip
pip install aiohttp