leo95: Which new problem?
Search Criteria
Package Details: gns3-server 3.0.4-2
Package Actions
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.123547 |
First Submitted: | 2014-05-13 17:40 (UTC) |
Last Updated: | 2025-04-28 17:46 (UTC) |
Dependencies (33)
- busybox (busybox-gitAUR)
- python-aiofiles
- python-aiohttp (python-aiohttp-gitAUR)
- python-aiosqlite
- python-alembic
- python-bcrypt
- python-distro
- python-email-validator
- python-fastapi
- python-greenlet
- python-jinja
- python-joserfc
- python-platformdirs
- python-psutil
- python-py-cpuinfo
- python-pydantic
- python-python-multipart
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-truststore
- python-watchdog (python-watchdog-gitAUR)
- python-websockets (python-websockets-gitAUR)
- python-zstandard
- uvicorn
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- dynamipsAUR (dynamips-gitAUR) (optional) – Cisco router emulator
- gns3-guiAUR (gns3-gui-gitAUR) (optional) – graphical user interface for GNS3 server
- libvirt (libvirt-gitAUR, libvirt-xenAUR) (optional) – needed for the NAT cloud
- python-sentry_sdk (optional) – Python SDK for Sentry.io
- qemu (qemu-full-rutabagaAUR, qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full) (optional) – Used by GNS3 to run Cisco ASA, PIX and IDS
- ubridgeAUR (ubridge-gitAUR) (optional) – Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces
- vpcsAUR (vpcs-gitAUR) (optional) – Simple PC emulation for basic network operations
Required by (2)
- gns3-gui (optional)
- gns3-gui-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 18 Next › Last »
buzo commented on 2019-02-26 19:48 (UTC)
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.
Pinned Comments
buzo commented on 2025-04-28 17:37 (UTC)
Upstream has split development of the major versions 2 and 3, with 2.2.54 being the latest release. I will keep this package tracking version 3, but could provide a separate package tracking version 2, if there is interest.