Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 09:09:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275759] devel/thonny: missing needed runtime dependencies
Message-ID:  <bug-275759-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275759

            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...=20

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275759-7788>