Package Details: gns3-gui 2.2.46-1

Git Clone URL: https://aur.archlinux.org/gns3-gui.git (read-only, click to copy)
Package Base: gns3-gui
Description: GNS3 network simulator. Graphical user interface package.
Upstream URL: https://github.com/GNS3/gns3-gui
Licenses: GPL3
Groups: gns3
Submitter: korjjj
Maintainer: buzo
Last Packager: buzo
Votes: 94
Popularity: 1.69
First Submitted: 2014-05-13 18:56 (UTC)
Last Updated: 2024-03-07 17:00 (UTC)

Dependencies (14)

Required by (1)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »

Inetol commented on 2022-09-23 10:15 (UTC)

@Lenni I directly downgraded and locked the "python-jsonscheme" package to 3.2.0 in pacman.conf until they fix this package. With that I have had no more problems using GNS3.

theoratkin commented on 2022-09-20 19:01 (UTC)

@Olivier-41 I no longer need GNS3, but thanks anyway! It might help someone else.

Olivier-41 commented on 2022-09-20 17:29 (UTC)

@theogen i've uninstalled gns3-server, gns3-gui and python-jsonschema. Then i've installed the python-jsonschema 3.2.0 via pip install jsonschema==3.2.0 To finish i've build both gns3 server and gui. It works for me like that. Let me know if it's ok for you too ?

Lenni commented on 2022-09-17 17:09 (UTC)

Hey, can someone update a dependencies packages? Now the GNS3 is unviable.

corneabogdan84 commented on 2022-08-09 18:44 (UTC)

@zbe Thank you for the explanation. Actually, I did not need to use sudo as urllib3 was previously installed using pip as part of other dependencies, so a simple "pip install urllib3 -U" did the job. System-wide I'm still running 1.26.9. I will see what happens when the package gets updated. Have a nice one.

zbe commented on 2022-08-09 18:25 (UTC)

@corneabogdan84, if you used 'sudo pip' - which you did, if you installed urllib3 system-wide - you can expect pacman errors when new python-urllib3 comes in repo.

Better to just bump the version in python-urllib3 PKGBUILD and build it yourself then. (Some tests might fail, but you can use --nocheck)

corneabogdan84 commented on 2022-08-09 17:58 (UTC)

@zbe tried to help the best way I could

derdeagle commented on 2022-08-09 14:07 (UTC)

@zbe Thank you. I did:

git clone https://aur.archlinux.org/python-sentry_sdk.git
cd python-sentry_sdk
git checkout 6c63d91454398096a71a31d30f614c85e4fc258e # to checkout version 1.9.0 
makepkg -Csi

Now it works.

@croneabogdan84 Also thank you for your hint but I decided to take the other one as it seems to be more consistent (using package manager).

zbe commented on 2022-08-09 11:19 (UTC)

@corneabogdan84, please don't give stupid advice to others.

Downgrade python-sentry_sdk to 1.9.0 and wait until python-urllib3 gets updated.

And for jsonschema edit gns3-gui and gns3-server PKGBUILDs and add to sed:

-e 's|^jsonschema==3\.2\.0|jsonschema>=3.2.0|' \

corneabogdan84 commented on 2022-08-08 16:45 (UTC)

@derdeagle I got it working by using pip to update urllib3.