Package Details: gns3-server 2.2.51-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: 77
Popularity: 0.079222
First Submitted: 2014-05-13 17:40 (UTC)
Last Updated: 2024-11-13 19:47 (UTC)

Dependencies (20)

Required by (2)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 17 Next › Last »

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.

haagen commented on 2019-02-03 20:46 (UTC)

Well, that didn't work for me, unfortunately. As it needs version even lower then v.3.0.0.

pip freeze: async-timeout==3.0.0

gns3server: pkg_resources.DistributionNotFound: The 'async-timeout<3.0.0' distribution was not found and is required by gns3-server

I'm not able to downgrade to version python-async-timeout-gns3-2.0.1-1 as it breaks another package.

buzo commented on 2019-02-01 20:25 (UTC)

I have downgraded python-async-timeout-gns3 to version 3.0.0 to fix this.

king007 commented on 2019-01-31 09:30 (UTC)

The latest update is not working for me too similar to @jeltz and @alexanderp with the following error

pkg_resources.DistributionNotFound: The 'async-timeout<3.0.0' distribution was not found and is required by gns3-server

jeltz commented on 2019-01-31 09:28 (UTC)

Since the last update I'm having the same problem as alexanderp has. Apparently GNS3-server requires python-async-timeout to be version 2.0.1-1 or lower.

alexanderp commented on 2019-01-30 09:14 (UTC)

Since the update, gns3server throws this error:

pkg_resources.ContextualVersionConflict: (async-timeout 3.0.1 (/usr/lib/python3.7/site-packages), Requirement.parse('async-timeout<3.0.0'), {'gns3-server'})