[Bug 275759] devel/thonny: missing needed runtime dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 09:09:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275759 Bug ID: 275759 Summary: devel/thonny: missing needed runtime dependencies Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: wen@FreeBSD.org Reporter: scott.wl.furry@gmail.com Assignee: wen@FreeBSD.org Flags: maintainer-feedback?(wen@FreeBSD.org) Current Version (4.1.3) will throw exceptions if the user accesses Tools->Manage Plugins... The last line of the returned exception message: "pkg_resources.DistributionNotFound: The 'wheel' distribution was not found and is required by thonny" indicates the "wheel" package is missing. After installing py39-wheel (NOTE: do not install devel/wheel as that will install MULTIPLE VERSIONS of python as well [3.8, 3.9, 3.10...]), plugin management dialog will appear as expected. However, any attempt to install a plugin will produce the error: "/usr/local/bin/python3.9: No module named pip Error: process returned with code 1" Problem was resolved with installing py39-pip. It appears that thonny package is missing needed dependencies (pyver)-wheel and (pyver)-pip in order to be fully utilized. -- You are receiving this mail because: You are the assignee for the bug.