Yup, those *-gns3 AUR packages are not needed any more. Maybe I should request to delete them, to avoid confusion.
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 2 3 4 5 6 7 8 9 .. 18 Next › Last »
buzo commented on 2021-04-13 07:48 (UTC)
<deleted-account> commented on 2021-04-12 17:50 (UTC)
I got a version conflict for aiohttp: Requirement.parse('aiohttp>=3.7.4'), {'gns3-server'})
Fixed by removing 'python-aiohttp-cors-gns3' and installing 'python-aiohttp'
buzo commented on 2021-04-09 19:32 (UTC)
cookiewookie: Should be fixed with 2.2.20, since upstream switched to sentry-sdk 1.0.0.
cookiewookie commented on 2021-04-05 14:35 (UTC)
python-sentry_sdk fails to download from pypi!
buzo commented on 2021-01-22 13:22 (UTC)
d72: I guess you built the package with Python 3.8, but you try to run it with Python 3.9. In that case, you just need to rebuild gns3-server.
d72 commented on 2021-01-21 21:25 (UTC)
Any idea what's going wrong here?
Traceback (most recent call last):
File "/usr/bin/gns3server", line 33, in <module>
sys.exit(load_entry_point('gns3-server==2.2.17', 'console_scripts', 'gns3server')())
File "/usr/bin/gns3server", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: gns3-server
Everything on the system is up to date. Works on my other Arch box
nhannht commented on 2020-12-11 07:16 (UTC)
buzo: this is about gns3-server-git
Now I reinstall gns3-server. It tell problem about "aiohttp" even I had aiohttp installed
Solution: pip install aiohttp-utils => solved.
buzo commented on 2020-12-09 16:26 (UTC)
nhannht: How did you build that package? I checked requires.txt again, and it contains psutil>=5.6.7
, not ==
.
nhannht commented on 2020-12-09 15:30 (UTC) (edited on 2020-12-09 15:31 (UTC) by nhannht)
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 567, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 884, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 775, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (psutil 5.7.3 (/usr/lib/python3.9/site-packages), Requirement.parse('psutil==5.6.7'), {'gns3-server'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/bin/gns3server", line 33, in <module>
sys.exit(load_entry_point('gns3-server==2.2.17', 'console_scripts', 'gns3server')())
File "/bin/gns3server", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 790, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/lib/python3.9/site-packages/gns3server/main.py", line 29, in <module>
import gns3server.utils.get_resource
File "/usr/lib/python3.9/site-packages/gns3server/utils/get_resource.py", line 19, in <module>
import pkg_resources
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3239, in <module>
def _initialize_master_working_set():
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3222, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3251, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 569, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 582, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 770, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'psutil==5.6.7' distribution was not found and is required by gns3-server
Install gns3server-git version bug too. I have psutil 5.7.3 installed
Will2k commented on 2020-09-09 11:13 (UTC)
Ah! Thank you theinterwebthing!
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.