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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 18 Next › Last »

hagar-dunor commented on 2019-05-19 19:52 (UTC) (edited on 2019-05-19 19:53 (UTC) by hagar-dunor)

In the GUI gns-server complains that aiohttp=2.3.10 is required where 2.3.9 is installed

leo95 commented on 2019-02-27 22:21 (UTC)

Yes. Thanks

buzo commented on 2019-02-27 09:52 (UTC)

leo95: Thanks. Is it fixed now?

leo95 commented on 2019-02-26 22:59 (UTC) (edited on 2019-02-26 23:00 (UTC) by leo95)

https://i.imgur.com/9G4iNBZ.png

buzo commented on 2019-02-26 19:48 (UTC)

leo95: Which new problem?

leo95 commented on 2019-02-26 18:52 (UTC)

@buzo the typing module is part of the standard library, removing dependency in requires.txt solves the new problem.

buzo commented on 2019-02-26 10:40 (UTC)

Fixed the requirements. Thanks king007 for pointing this out.

jeltz commented on 2019-02-21 20:40 (UTC)

Thanx @king007. That did the trick!

king007 commented on 2019-02-18 03:04 (UTC) (edited on 2019-02-18 05:27 (UTC) by king007)

Hi All

Simply changing the line "async-timeout<3.0.0" to "async-timeout>=3.0.0" in "/usr/lib/python3.7/site-packages/gns3_server-2.1.12-py3.7.egg-info/requires.txt" solved the issue.

A temp fix for now. Hope this helps.

haagen commented on 2019-02-05 21:19 (UTC)

I've hacked my way around it for now.

Based on https://pypi.org/project/async_timeout/3.0.0/ Change log, the thing that changed the most is supported Python version. It dropped Python 3.4, the lowest version is Python 3.5.3. As my Arch has Python 3.7, and GNS3 also supports Python 3.7... I've changed the package requirements for the given package.

/usr/lib/python3.7/site-packages/gns3_server-2.1.12-py3.7.egg-info/requires.txt

After that I had to do pip install aiohttp-cors==0.5.3

I MUST SAY THAT I DON'T RECOMMEND DOING THIS!! It is really, really ugly workaround.