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)

main.log (69.2 KB) - added by rlkingston (Richard Kingston) 4 months ago.
Main Log File

Download all attachments as: .zip

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: newassigned

Please attach the main.log file.

Changed 4 months ago by rlkingston (Richard Kingston)

Attachment: main.log added

Main Log File

comment:2 Changed 4 months ago by ryandesign (Ryan Schmidt)

Summary: py27-pynacl doesn't build on Mac OS 13.2 (Ventura) arm64py27-pynacl @1.4.0: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('wheel')
Version: 1.4.02.8.1

Looks like maybe a dependency (py27-wheel?) is missing:

distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('wheel')
Last edited 4 months ago by ryandesign (Ryan Schmidt) (previous) (diff)

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.