Opened 17 months ago
Last modified 12 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: | cooljeanius (Eric Gallager) |
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 (2)
Change History (9)
comment:1 Changed 17 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | ventura arm64 added |
---|---|
Owner: | set to stromnov |
Port: | py-pynacl added; py27-pynacl removed |
Status: | new → assigned |
comment:2 Changed 17 months ago by ryandesign (Ryan Carsten 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 17 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 !!
comment:4 Changed 13 months ago by pietvo (Pieter van Oostrum)
The same problem occurs on Ventura on Intel.
Suggestion: Add the py-wheel dependency to the Portfile. See attached patch.
comment:5 follow-up: 7 Changed 13 months ago by pietvo (Pieter van Oostrum)
Note: this is also mentioned in https://github.com/macports/macports-ports/pull/20537 which contains a patch for this. However this pull request has been waiting for 3 weeks.
comment:6 Changed 12 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
comment:7 Changed 12 months ago by cooljeanius (Eric Gallager)
Replying to pietvo:
Note: this is also mentioned in https://github.com/macports/macports-ports/pull/20537 which contains a patch for this. However this pull request has been waiting for 3 weeks.
This has since been merged.
Please attach the main.log file.