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.
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.066965 |
First Submitted: | 2014-05-13 17:40 (UTC) |
Last Updated: | 2025-05-26 19:30 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 18 Next › Last »
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.
nhannht: How did you build that package? I checked requires.txt again, and it contains psutil>=5.6.7
, not ==
.
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
Ah! Thank you theinterwebthing!
Close the GUI, then killall gns3server
Start GUI again.
I'm currently receiving the following error.
Error when connecting to the GNS3 server:
Client version 2.2.13 is not the same as server (controller) version 2.2.12
Using gns3-gui 2.2.13-1 & gns3-server 2.2.13-1. Any suggestions on how to fix this?
Thanks theinterwebthing, fixed that with the update to 2.2.12.
Unable to start
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 785, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'py-cpuinfo==6.0.0' distribution was not found and is required by gns3-server
Updating psutil==5.7.0 to psutil==5.7.1 and py-cpuinfo==6.0.0 to py-cpuinfo==7.0.0 in /usr/lib/python3.8/site-packages/gns3_server-2.2.11-py3.8.egg-info/requires.txt solves the issue.
Note these are hardcoded upstream in the requirements.txt
Thanks cioby23, fixed.
Beginning with version 2.2.9 python-raven have been deprecated and replaced by python-sentry_sdk. The PKGBUILD needs to be updated with this dependency. https://aur.archlinux.org/packages/python-sentry_sdk/
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.