Search Criteria
Package Details: thonny-git r3936.c1da4858-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/thonny-git.git (read-only, click to copy) |
---|---|
Package Base: | thonny-git |
Description: | Python IDE for beginners. |
Upstream URL: | http://thonny.org/ |
Licenses: | MIT |
Conflicts: | thonny |
Provides: | thonny |
Submitter: | matsjoyce |
Maintainer: | matsjoyce |
Last Packager: | matsjoyce |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-12 20:37 (UTC) |
Last Updated: | 2022-08-13 13:28 (UTC) |
Dependencies (8)
- openssl (openssl-gitAUR, openssl-staticAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-distro
- python-jedi
- python-pip
- tcl (tcl-fossilAUR, tcl84AUR)
- tk (tk-fossilAUR)
Latest Comments
1 2 Next › Last »
matsjoyce commented on 2022-08-13 13:30 (UTC)
Should be updated now.
bquast commented on 2022-07-22 07:50 (UTC)
pip
orpip3
is not listed as a dependencybytemixer commented on 2022-06-15 14:13 (UTC) (edited on 2022-06-15 14:13 (UTC) by bytemixer)
You need to add "python-pip" as a dependency to this package. Otherwise the build will fail if python-pip is not installed.
matsjoyce commented on 2021-01-25 20:08 (UTC)
@K9Crunch Please try the new version. Turns out there is a python-distro package now, so I've linked to that.
K9Crunch commented on 2021-01-25 18:39 (UTC)
I am getting the error: ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/bin/distro' Consider using the
--user
option or check the permissions.matsjoyce commented on 2021-01-23 14:58 (UTC)
@boggogo Please try the new PKGBUILD (version 3482d717). Hopefully the problem is fixed.
boggogo commented on 2021-01-23 10:30 (UTC)
I tried installing the package today but it failed with that error:
Do I need to modify the PKGBUILD to add
--user
in the pip install command?Dulbi commented on 2020-03-07 17:58 (UTC)
Source Repo has changed to https://github.com/thonny/thonny.git
matsjoyce commented on 2018-07-31 17:23 (UTC)
@nipsky Can you try doing
sudo pip uninstall distro
before installing this? Unfortunately there doesn't seem to be a package for the pip deps, so if you have any already installed there will be a clash.nipsky commented on 2018-07-31 17:19 (UTC)
Hi, trying to install this package fails with:
Installing collected packages: distro, tkinterhtml Found existing installation: distro 1.3.0 Uninstalling distro-1.3.0: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/bin/distro' Consider using the
--user
option or check the permissions.1 2 Next › Last »