Opened 4 months ago
Last modified 4 months ago
#67613 assigned defect
py27-pynacl @1.4.0: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('wheel')
Reported by: | rlkingston (Richard Kingston) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | ventura arm64 | Cc: | |
Port: | py-pynacl |
Description
Attempting to install bzr for which one of the dependencies is py27-pynacl. Seems like the port is broken for arm64 architecture.
Attachments (1)
Change History (4)
comment:1 Changed 4 months ago by ryandesign (Ryan Schmidt)
Keywords: | ventura arm64 added |
---|---|
Owner: | set to stromnov |
Port: | py-pynacl added; py27-pynacl removed |
Status: | new → assigned |
comment:2 Changed 4 months ago by ryandesign (Ryan Schmidt)
Summary: | py27-pynacl doesn't build on Mac OS 13.2 (Ventura) arm64 → py27-pynacl @1.4.0: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('wheel') |
---|---|
Version: | 1.4.0 → 2.8.1 |
Looks like maybe a dependency (py27-wheel?) is missing:
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('wheel')
comment:3 Changed 4 months ago by rlkingston (Richard Kingston)
Yes - that fixes things. If I install py27-wheel, then py27-pynacl and bzr build without problem. So it's just a missing dependency issue. Thank you !!
Note: See
TracTickets for help on using
tickets.
Please attach the main.log file.