Package Details: gns3-server 3.0.5-1

Git Clone URL: https://aur.archlinux.org/gns3-server.git (read-only, click to copy)
Package Base: gns3-server
Description: GNS3 network simulator, Server package
Upstream URL: https://github.com/GNS3/gns3-server
Licenses: GPL-3.0-only
Groups: gns3
Submitter: korjjj
Maintainer: buzo
Last Packager: buzo
Votes: 78
Popularity: 0.066965
First Submitted: 2014-05-13 17:40 (UTC)
Last Updated: 2025-05-26 19:30 (UTC)

Pinned Comments

buzo commented on 2025-05-28 11:57 (UTC)

Upstream has split development of the major versions 2 and 3. This package will keep tracking the latest version. If you prefer version 2, there is now a separate package gns3-server-2.

Latest Comments

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

buzo commented on 2021-04-25 17:05 (UTC)

usbping: Thanks for calling attention! I have patched the requirements to allow py-cpuinfo>=7.0.0 – does it work with that?

usbping commented on 2021-04-25 13:44 (UTC)

Hi, today pkg py-cpuinfo was upgraded to 8.0.0 and now i have some error: distribution py-cpuinfo==7.0.0 was not found and is required by gns3-server. How to fix it? Downgrade to 7.0.0?

buzo commented on 2021-04-25 12:29 (UTC)

douglasimc: I don't see why this should be necessary since the typing module is part of the Python standard library in recent versions. What kind of error do you get without python-typing_extensions?

douglasimcabral commented on 2021-04-23 14:46 (UTC)

Please add the missing dependency: python-typing_extensions

buzo commented on 2021-04-13 07:48 (UTC)

Yup, those *-gns3 AUR packages are not needed any more. Maybe I should request to delete them, to avoid confusion.

<deleted-account> commented on 2021-04-12 17:50 (UTC)

I got a version conflict for aiohttp: Requirement.parse('aiohttp>=3.7.4'), {'gns3-server'})

Fixed by removing 'python-aiohttp-cors-gns3' and installing 'python-aiohttp'

buzo commented on 2021-04-09 19:32 (UTC)

cookiewookie: Should be fixed with 2.2.20, since upstream switched to sentry-sdk 1.0.0.

cookiewookie commented on 2021-04-05 14:35 (UTC)

python-sentry_sdk fails to download from pypi!

buzo commented on 2021-01-22 13:22 (UTC)

d72: I guess you built the package with Python 3.8, but you try to run it with Python 3.9. In that case, you just need to rebuild gns3-server.

d72 commented on 2021-01-21 21:25 (UTC)

Any idea what's going wrong here?

Traceback (most recent call last):
  File "/usr/bin/gns3server", line 33, in <module>
    sys.exit(load_entry_point('gns3-server==2.2.17', 'console_scripts', 'gns3server')())
  File "/usr/bin/gns3server", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: gns3-server

Everything on the system is up to date. Works on my other Arch box