Local server is not working with 0.22 version.
Downgrade to 0.21.5 and worked.
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 .. 10 11 12 13 14 15 16 17 18 Next › Last »
hugleo commented on 2016-08-01 15:57 (UTC)
bubbles commented on 2016-07-27 06:58 (UTC)
@veroke
I edited /usr/lib/python3.5/site-packages/gns3_server-1.5.1-py3.5.egg-info/requires.txt
change aiohttp==0.21.5 to aiohttp>=0.21.5
and pip install multidict
working fine.
noplay commented on 2016-07-22 11:14 (UTC)
The require.txt is fixed in the GNS3 git to use >=
veroke commented on 2016-07-22 10:34 (UTC) (edited on 2016-07-22 10:35 (UTC) by veroke)
I encountered some error running gns3-server
pkg_resources.ContextualVersionConflict: (aiohttp 0.22.1 (/usr/lib/python3.5/site-packages), Requirement.parse('aiohttp==0.21.5'), {'gns3-server'})
So, i edited vim /usr/lib/python3.5/site-packages/gns3_server-1.5.1-py3.5.egg-info/requires.txt
change aiohttp==0.21.5 to aiohttp==0.22.1
then i ran gns3 on terminal, another error showed up:
pkg_resources.DistributionNotFound: The 'multidict>=1.1.0' distribution was not found and is required by aiohttp
$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/python-multidict.tar.gz
$ tar xvf python-multidict.tar.gz
Edit the PKGBUILD, change pkgver=1.1.0b4 to pkgver=1.1.0
$ updpkgsums
$ makepkg -rs
then, installed it.
gns3 runs okay now.
jmartins commented on 2016-07-13 17:30 (UTC)
Please update to latest version
tks
joao
buhaha commented on 2016-07-10 17:23 (UTC)
1.5.1
http://pastebin.com/cwLZSih1
noplay commented on 2016-07-05 15:22 (UTC)
You can drop this dependencies:
python-netifaces' 'gns3-netifaces' 'python-docker-py
We have replaced netifaces by a function available in psutils.
buhaha commented on 2016-07-05 15:15 (UTC)
1.5.0
http://pastebin.com/G9VKhu8k
xrayfur commented on 2016-07-03 15:32 (UTC)
1.5.0 has a new dependency: python-zipstream
buhaha commented on 2016-06-24 23:47 (UTC)
1.5.0rc2
http://pastebin.com/HkJqC3bV
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.