Opened 2 years ago
Closed 2 years ago
#65823 closed defect (fixed)
py310-napari-console @0.0.6_0: build failure due to missing dependency
Reported by: | angli232 (Ang Li) | Owned by: | Marius Schamschula <mschamschula@…> |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | Schamschula (Marius Schamschula) | |
Port: | py310-napari-console |
Description
The following error was shown in the log when I attempted to upgrade the port from 0.0.4_0 to 0.0.6_0
* Getting dependencies for wheel... ERROR Missing dependencies: setuptools_scm>=3.4
You can also check the builder for a more complete log. https://build.macports.org/builders/ports-12_arm64-builder/builds/62473/steps/install-port/logs/stdio
The issue was resolved after I installed py310-setuptools_scm manually. It would be great to fix the bug of the port. Thanks.
Change History (2)
comment:1 Changed 2 years ago by Schamschula (Marius Schamschula)
comment:2 Changed 2 years ago by Marius Schamschula <mschamschula@…>
Owner: | set to Marius Schamschula <mschamschula@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I removed that dependency as the build system went to pep517 with the update to version 0.0.6..
I'll revert that change.