Hi,
Today, after some packages updates, gns3 failed to start with the error:
pkg_resources.DistributionNotFound: The 'aiohttp==0.14.4' distribution was not found and is required by gns3-server
My current python-aiohttp package is version 0.15.1-1 (after the update).
I found the requires.txt file on /usr/lib/python3.4/site-packages/gns3_server-1.3.0-py3.4.egg-info an changed aiohttp from version 0.14.4 to version 0.15.1.
I don`t know yet if something is broken, but at least gns3 starts without erros..
diff --git a/requires.txt b/requires.txt
index f699d5e..1a4c59f 100644
--- a/requires.txt
+++ b/requires.txt
@@ -1,4 +1,4 @@
-aiohttp==0.14.4
+aiohttp==0.15.1
jsonschema==2.4.0
Jinja2==2.7.3
raven==5.2.0
Search Criteria
Package Details: gns3-server 3.0.5-1
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.046462 |
First Submitted: | 2014-05-13 17:40 (UTC) |
Last Updated: | 2025-05-26 19:30 (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, gns3-gui-2AUR) (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-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 (3)
- gns3-gui (optional)
- gns3-gui-2 (optional)
- gns3-gui-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 Next › Last »
ledbrv commented on 2015-04-08 18:55 (UTC)
korjjj commented on 2015-04-01 16:20 (UTC)
@TomFyuri had no problem with qemu in 1.3.0.
Didn't check with 1.2.x, though.
TomFyuri commented on 2015-03-30 15:04 (UTC)
Strangely (or not), doing gns3-server@username steps borks gns3 qemu support for me. (gns3 is capable of launching server side on it's own anyway, without systemd doing it)
dkorzhevin commented on 2014-12-27 16:28 (UTC)
Hi,
gns3 1.2.1 available
korjjj commented on 2014-10-25 07:29 (UTC)
@max-k not sure about gns3-launcher-icons, though.
Anyway it belongs to gui package.
korjjj commented on 2014-10-25 07:17 (UTC)
okay
astroboy589 commented on 2014-10-25 01:27 (UTC)
"Hi,
Could you add these optional dependencies :
iouyap : To bridge IOU to UDP, TAP and Ethernet
vboxwrapper : To manage VirtualBox hosts
vpcs : To emulate lighter hosts than VirtualBox or Qemu
iouyap et vboxwrapper aren't packaged yet. I can provide them if you want but they are GNS3 projects so it can be interesting to make them maintained by the same packager.
One last thing. Is it possible to merge content from gns3-launcher-icons package. Perhaps storing the files directly into your package.
Thanks a lot."
+1 PLUS 1.
pity we can't vote on comments.
:)
max-k commented on 2014-10-24 09:25 (UTC)
I forgot another optional dependency :
qemu>1.1: To emulate hosts, PIX or ASA using Qemu
max-k commented on 2014-10-24 08:41 (UTC)
Hi,
Could you add these optional dependencies :
iouyap : To bridge IOU to UDP, TAP and Ethernet
vboxwrapper : To manage VirtualBox hosts
vpcs : To emulate lighter hosts than VirtualBox or Qemu
iouyap et vboxwrapper aren't packaged yet. I can provide them if you want but they are GNS3 projects so it can be interesting to make them maintained by the same packager.
One last thing. Is it possible to merge content from gns3-launcher-icons package. Perhaps storing the files directly into your package.
Thanks a lot.
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.